Skip to content

Commit ca3e2d6

Browse files
committed
Clean up: 404 and fullbleed.
1 parent 6cbcaec commit ca3e2d6

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

src/components/layout/fullbleed.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/pages/404.astro

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2-
import Layout from "../layouts/Layout.astro";
3-
import { Fullbleed } from "../components/layout/fullbleed";
2+
import Layout from "@layouts/Layout.astro";
43
---
54

65
<Layout
76
title="404 - EuroPython 2025 | July 14th-20th 2025 | Prague, Czech Republic & Remote"
87
description="Page not found"
98
>
10-
<Fullbleed>
119
<div class="illustration">
1210
<svg
1311
width="1787"
@@ -127,7 +125,6 @@ import { Fullbleed } from "../components/layout/fullbleed";
127125
fill="#FFB340"></rect>
128126
</svg>
129127
</div>
130-
</Fullbleed>
131128
</Layout>
132129

133130
<style>

0 commit comments

Comments
 (0)