From 428a1e1c847bb9d1e74300d8c7e9f70e43197c42 Mon Sep 17 00:00:00 2001 From: T_DaMER Date: Sun, 2 Jun 2024 13:07:31 +0300 Subject: [PATCH 1/2] Add link to lunchbreak.com --- src/components/MainPage/InfoBlock.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/MainPage/InfoBlock.tsx b/src/components/MainPage/InfoBlock.tsx index 974613e..238f0e7 100644 --- a/src/components/MainPage/InfoBlock.tsx +++ b/src/components/MainPage/InfoBlock.tsx @@ -9,6 +9,7 @@ import classnames, { padding, width, } from 'classnames/tailwind' +import { LinkText } from 'components/Text' const wrapper = classnames( display('flex'), @@ -24,7 +25,13 @@ const wrapper = classnames( export default function () { return (
- Ask about our current project, Lunchbreak! + + Ask about our current project,{' '} + + Lunchbreak + + ! + A Professional network worth your time. Vouch for colleagues. Earn real money from your expertise. Reach out to the best and brightest in your From 06552ce278f76492327be33741b058d8e80cc1ca Mon Sep 17 00:00:00 2001 From: T_DaMER Date: Sun, 2 Jun 2024 13:13:54 +0300 Subject: [PATCH 2/2] lint --- src/components/MainPage/InfoBlock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MainPage/InfoBlock.tsx b/src/components/MainPage/InfoBlock.tsx index 238f0e7..a081b26 100644 --- a/src/components/MainPage/InfoBlock.tsx +++ b/src/components/MainPage/InfoBlock.tsx @@ -1,3 +1,4 @@ +import { LinkText } from 'components/Text' import QuoteBlock from 'components/QuoteBlock' import classnames, { alignItems, @@ -9,7 +10,6 @@ import classnames, { padding, width, } from 'classnames/tailwind' -import { LinkText } from 'components/Text' const wrapper = classnames( display('flex'),