Skip to content

Commit

Permalink
fixes broken link on mobile (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell authored Dec 21, 2023
2 parents 18cea38 + e223386 commit 5f15628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="mx-8 flex items-center justify-between">
<!-- logo -->
<div class="cursor">
<a data-sveltekit-prefetch href="/that-conference">
<a href={`/events/${event.slug}`}>
<img class="h-16" src="/images/ThatConferenceLogo.svg" alt="THAT Logo" />
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="mx-8 flex items-center justify-between">
<!-- logo -->
<div class="cursor">
<a data-sveltekit-prefetch href="/that-conference">
<a href={`/${event.slug}`}>
<img class="h-16" src="/images/ThatConferenceLogo.svg" alt="THAT Logo" />
</a>
</div>
Expand Down

0 comments on commit 5f15628

Please sign in to comment.