File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments