Skip to content

Commit

Permalink
Logo should be clickable to go home
Browse files Browse the repository at this point in the history
  • Loading branch information
nie7321 committed Oct 22, 2023
1 parent 2c6b4bf commit e427469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Chrome.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const headTitle = (title ? `${title} | ` : '') + 'Homestuck: Atypical Card Game'
<body class="font-courier font-bold text-xl bg-lavender">
<header x-data="{ open: false }" class="flex flex-col max-w-5xl mx-auto md:items-center md:justify-between px-4 md:px-0 md:flex-row">
<div class="py-4 flex flex-row items-center justify-between">
<Image src={logo} class="hidden md:block w-[100px] pr-3" alt="ATCG Logo" />
<a href="/" class="hidden md:block"><Image src={logo} class="w-[100px] pr-3" alt="ATCG Logo" /></a>
<a href="/" class="text-lg font-semibold tracking-widest text-gray-900 uppercase rounded-lg dark-mode:text-white focus:outline-none focus:shadow-outline">Homestuck:<br>Atypical Card Game</a>
<button class="md:hidden rounded-lg focus:outline-none focus:shadow-outline" @click="open = !open">
<span class="sr-only">Open Navigation Menu</span>
Expand Down

0 comments on commit e427469

Please sign in to comment.