Skip to content

Commit 0211feb

Browse files
committed
chore: remove unused svg links, text changes
1 parent 52d6b8a commit 0211feb

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

app/root.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import { EpicProgress } from '#app/components/progress-bar.tsx'
2323
import SiteFooter from '#app/components/site-footer.js'
2424
import { useToast } from '#app/components/toaster.tsx'
2525
import { Button } from '#app/components/ui/button.tsx'
26-
import { href as iconsHref } from '#app/components/ui/icon.tsx'
2726
import {
2827
SheetTrigger,
2928
SheetClose,
@@ -46,8 +45,6 @@ import tailwindStyleSheetUrl from './styles/tailwind.css?url'
4645

4746
export const links: LinksFunction = () => {
4847
return [
49-
// Preload svg sprite as a resource to avoid render blocking
50-
{ rel: 'preload', href: iconsHref, as: 'image' },
5148
// Preload CSS as a resource to avoid render blocking
5249
{ rel: 'icon', type: 'image/png', href: '/favicons/favicon-32x32.png' },
5350
{

app/routes/_index.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const Home = () => {
6666
<div className="container px-4 md:px-6">
6767
<div className="flex flex-col items-center justify-center space-y-4 text-center">
6868
<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">
7070
Featured Projects
7171
</div>
7272
<h2
@@ -193,7 +193,6 @@ const Home = () => {
193193
rel="noreferrer noopener"
194194
>
195195
<GithubIcon className="h-6 w-6" />
196-
<span>lucasb</span>
197196
</a>
198197
<a
199198
className="flex items-center gap-2"
@@ -202,7 +201,6 @@ const Home = () => {
202201
rel="noreferrer noopener"
203202
>
204203
<LinkedinIcon className="h-6 w-6" />
205-
<span>lucasb</span>
206204
</a>
207205
</div>
208206
</div>

0 commit comments

Comments
 (0)