Skip to content

Commit 8f188de

Browse files
committed
fixed path to 404 logo
1 parent 9d21eff commit 8f188de

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

src/routes/404/+page.svelte

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
<img class="centered" src="logo404.png" alt=""/>
1+
<img class="centered" src="/logo404.png" alt="nais logo with 404" />
2+
23
<style>
3-
.centered {
4-
text-align: center;
5-
position: absolute;
6-
top: 20%;
7-
left: 50%;
8-
transform: translate(-50%, -50%);
9-
width: 300px;
10-
}
11-
</style>
4+
.centered {
5+
text-align: center;
6+
position: absolute;
7+
top: 20%;
8+
left: 50%;
9+
transform: translate(-50%, -50%);
10+
width: 300px;
11+
}
12+
</style>

0 commit comments

Comments
 (0)