File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ export default function Welcome() {
7
7
return (
8
8
< >
9
9
< Head title = "Welcome" >
10
- < link rel = "preconnect" href = "https://fonts.bunny.net" / >
11
- < link href = "https://fonts.bunny.net/css?family=figtree :400,500,600& display = swap " rel = "stylesheet" />
10
+ < link rel = "preconnect" href = "https://fonts.bunny.net" >
11
+ < link href = "https://fonts.bunny.net/css?family=instrument-sans :400,500,600" rel = "stylesheet" />
12
12
</ Head >
13
13
< div className = "flex min-h-screen flex-col items-center bg-[#FDFDFC] p-6 text-[#1b1b18] lg:justify-center lg:p-8 dark:bg-[#0a0a0a]" >
14
14
< header className = "mb-6 w-full max-w-[335px] text-sm not-has-[nav]:hidden lg:max-w-4xl" >
@@ -787,4 +787,4 @@ export default function Welcome() {
787
787
</ div >
788
788
</ >
789
789
);
790
- }
790
+ }
You can’t perform that action at this time.
0 commit comments