Skip to content

Commit

Permalink
Merge branch 'main' of github.com:chaostreff-flensburg/hacks-on-the-b…
Browse files Browse the repository at this point in the history
…each-web
  • Loading branch information
scammo committed Jul 12, 2024
2 parents 99605bb + f67372b commit b29653f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/_components/Base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default ({ title, children, ...props }) => (
<html lang="de">
<head>
<title>
{title ? `${title} - "#HOTH"` : "Hacks on the Harbour #HOTH"}
{title ? `${title} - "#HOTH"` : "Hacks on the Beach #HOTB"}
</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
2 changes: 1 addition & 1 deletion content/_components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

export default ({ text, ...props }) => (
<section class="bg-header">
<img src="/assets/logo.svg" class="mx-auto h-[400px] drop-shadow-2xl relative z-10 mb-[-64px]" id="logo" alt="hacks on the harbour logo"></img>
<img src="/assets/logo.svg" class="mx-auto h-[400px] drop-shadow-2xl relative z-10 mb-[-64px]" id="logo" alt="hacks on the beach logo"></img>
<img src="/assets/header-back.svg" class="absolute w-full -z-10" alt=""></img>
<canvas id="rakede-canvas" class="fixed top-0 w-full h-full"></canvas>
</section>
Expand Down

0 comments on commit b29653f

Please sign in to comment.