Skip to content

Commit f2d69bf

Browse files
committed
update image sources to use external URLs and remove unused SVG file
1 parent 9d72c8d commit f2d69bf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function Home() {
66
<main className="flex flex-col gap-[32px] row-start-2 items-center sm:items-start">
77
<Image
88
className="dark:invert"
9-
src="/simtropolis.svg"
9+
src="https://raw.githubusercontent.com/simtropolis/www/refs/heads/main/public/simtropolis.svg"
1010
alt="Next.js logo"
1111
width={180}
1212
height={38}
@@ -56,7 +56,7 @@ export default function Home() {
5656
>
5757
<Image
5858
aria-hidden
59-
src="/file.svg"
59+
src="https://raw.githubusercontent.com/simtropolis/www/refs/heads/main/public/file.svg"
6060
alt="File icon"
6161
width={16}
6262
height={16}
@@ -71,7 +71,7 @@ export default function Home() {
7171
>
7272
<Image
7373
aria-hidden
74-
src="/window.svg"
74+
src="https://raw.githubusercontent.com/simtropolis/www/refs/heads/main/public/window.svg"
7575
alt="Window icon"
7676
width={16}
7777
height={16}
@@ -86,7 +86,7 @@ export default function Home() {
8686
>
8787
<Image
8888
aria-hidden
89-
src="/globe.svg"
89+
src="https://raw.githubusercontent.com/simtropolis/www/refs/heads/main/public/globe.svg"
9090
alt="Globe icon"
9191
width={16}
9292
height={16}

public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)