File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import { EpicProgress } from '#app/components/progress-bar.tsx'
23
23
import SiteFooter from '#app/components/site-footer.js'
24
24
import { useToast } from '#app/components/toaster.tsx'
25
25
import { Button } from '#app/components/ui/button.tsx'
26
- import { href as iconsHref } from '#app/components/ui/icon.tsx'
27
26
import {
28
27
SheetTrigger ,
29
28
SheetClose ,
@@ -46,8 +45,6 @@ import tailwindStyleSheetUrl from './styles/tailwind.css?url'
46
45
47
46
export const links : LinksFunction = ( ) => {
48
47
return [
49
- // Preload svg sprite as a resource to avoid render blocking
50
- { rel : 'preload' , href : iconsHref , as : 'image' } ,
51
48
// Preload CSS as a resource to avoid render blocking
52
49
{ rel : 'icon' , type : 'image/png' , href : '/favicons/favicon-32x32.png' } ,
53
50
{
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ const Home = () => {
66
66
< div className = "container px-4 md:px-6" >
67
67
< div className = "flex flex-col items-center justify-center space-y-4 text-center" >
68
68
< div className = "space-y-2" >
69
- < div className = "inline-block rounded-lg bg-gray-50 px-3 py-1 text-sm dark:bg-gray-800 " >
69
+ < div className = "inline-block rounded-lg bg-gray-50 px-3 py-1 text-sm dark:bg-gray-900 " >
70
70
Featured Projects
71
71
</ div >
72
72
< h2
@@ -193,7 +193,6 @@ const Home = () => {
193
193
rel = "noreferrer noopener"
194
194
>
195
195
< GithubIcon className = "h-6 w-6" />
196
- < span > lucasb</ span >
197
196
</ a >
198
197
< a
199
198
className = "flex items-center gap-2"
@@ -202,7 +201,6 @@ const Home = () => {
202
201
rel = "noreferrer noopener"
203
202
>
204
203
< LinkedinIcon className = "h-6 w-6" />
205
- < span > lucasb</ span >
206
204
</ a >
207
205
</ div >
208
206
</ div >
You can’t perform that action at this time.
0 commit comments