Skip to content

Commit

Permalink
Merge pull request #109 from T-Damer/lb-link
Browse files Browse the repository at this point in the history
Add link to lunchbreak.com
  • Loading branch information
backmeupplz authored Jun 2, 2024
2 parents 5dc1125 + 06552ce commit 30b7e1c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/MainPage/InfoBlock.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { LinkText } from 'components/Text'
import QuoteBlock from 'components/QuoteBlock'
import classnames, {
alignItems,
Expand All @@ -24,7 +25,13 @@ const wrapper = classnames(
export default function () {
return (
<div className={wrapper}>
<QuoteBlock>Ask about our current project, Lunchbreak!</QuoteBlock>
<QuoteBlock>
Ask about our current project,{' '}
<LinkText inline url="https://lunchbreak.com">
Lunchbreak
</LinkText>
!
</QuoteBlock>
<QuoteBlock small>
A Professional network worth your time. Vouch for colleagues. Earn real
money from your expertise. Reach out to the best and brightest in your
Expand Down

0 comments on commit 30b7e1c

Please sign in to comment.