Skip to content

Commit a08c434

Browse files
committed
refactor: update link activation status, enhance header text, and adjust font size in global styles
1 parent 40049bf commit a08c434

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

components/Links/index.tsx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import {
2121
IconStore,
2222
IconMentor,
2323
IconWork,
24-
IconFindto,
25-
IconCheckTest,
26-
IconTalito,
24+
// IconFindto,
25+
// IconCheckTest,
26+
// IconTalito,
2727
IconContent,
2828
} from '../Svgs'
2929
import { ROUTES } from '../../routes/routes'
@@ -55,27 +55,27 @@ const linksList: ILinks[] = [
5555
internalPage: true,
5656
icon: <IconMentor />,
5757
},
58-
{
59-
url: 'https://findto.app/pt-BR/search/job?utm_source=lucasm.dev',
60-
title: 'Findto - Busca de Empregos',
61-
active: true,
62-
onlyText: true,
63-
icon: IconFindto,
64-
},
65-
{
66-
url: 'https://checktest.dev/?utm_source=lucasm.dev',
67-
title: 'Checktest - Teste seu App',
68-
active: true,
69-
onlyText: true,
70-
icon: IconCheckTest,
71-
},
72-
{
73-
url: 'https://talito.com.br/?utm_source=lucasm.dev',
74-
title: 'Talito - IA para Finanças',
75-
active: true,
76-
onlyText: true,
77-
icon: IconTalito,
78-
},
58+
// {
59+
// url: 'https://findto.app/pt-BR/search/job?utm_source=lucasm.dev',
60+
// title: 'Findto - Busca de Empregos',
61+
// active: false,
62+
// onlyText: true,
63+
// icon: IconFindto,
64+
// },
65+
// {
66+
// url: 'https://checktest.dev/?utm_source=lucasm.dev',
67+
// title: 'Checktest - Teste seu App',
68+
// active: false,
69+
// onlyText: true,
70+
// icon: IconCheckTest,
71+
// },
72+
// {
73+
// url: 'https://talito.com.br/?utm_source=lucasm.dev',
74+
// title: 'Talito - IA para Finanças',
75+
// active: false,
76+
// onlyText: true,
77+
// icon: IconTalito,
78+
// },
7979
{
8080
url: ROUTES.BLOG.path,
8181
title: ROUTES.BLOG.title,

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Home() {
1717
<ProfilePhoto />
1818

1919
<div>
20-
<h1>Hello, I'm a Software Engineer 👋🏻</h1>
20+
<h1>Hello, I'm a Frontend Software Engineer 👋🏻</h1>
2121
<Links />
2222
</div>
2323
</div>

styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ footer div {
601601
}
602602

603603
.home h1 {
604-
font-size: var(--font-size-3);
604+
font-size: var(--font-size-2);
605605
}
606606
}
607607

0 commit comments

Comments
 (0)