File tree Expand file tree Collapse file tree 3 files changed +26
-26
lines changed Expand file tree Collapse file tree 3 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ import {
21
21
IconStore ,
22
22
IconMentor ,
23
23
IconWork ,
24
- IconFindto ,
25
- IconCheckTest ,
26
- IconTalito ,
24
+ // IconFindto,
25
+ // IconCheckTest,
26
+ // IconTalito,
27
27
IconContent ,
28
28
} from '../Svgs'
29
29
import { ROUTES } from '../../routes/routes'
@@ -55,27 +55,27 @@ const linksList: ILinks[] = [
55
55
internalPage : true ,
56
56
icon : < IconMentor /> ,
57
57
} ,
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
+ // },
79
79
{
80
80
url : ROUTES . BLOG . path ,
81
81
title : ROUTES . BLOG . title ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default function Home() {
17
17
< ProfilePhoto />
18
18
19
19
< div >
20
- < h1 > Hello, I'm a Software Engineer 👋🏻</ h1 >
20
+ < h1 > Hello, I'm a Frontend Software Engineer 👋🏻</ h1 >
21
21
< Links />
22
22
</ div >
23
23
</ div >
Original file line number Diff line number Diff line change @@ -601,7 +601,7 @@ footer div {
601
601
}
602
602
603
603
.home h1 {
604
- font-size : var (--font-size-3 );
604
+ font-size : var (--font-size-2 );
605
605
}
606
606
}
607
607
You can’t perform that action at this time.
0 commit comments