Skip to content

Commit

Permalink
Make title heading a link
Browse files Browse the repository at this point in the history
  • Loading branch information
abefernan committed Oct 22, 2024
1 parent 1c9c543 commit 586d277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function RootLayout({ children, span }: RootLayoutProps) {
<Providers>
<>
<div className="h-full flex-1 flex-col space-y-8 p-6 flex">
<div className="flex gap-4 items-center">
<a href="/" className="flex gap-4 items-center">
<Image
alt="Tracing logo"
src="/logo.svg"
Expand All @@ -37,7 +37,7 @@ export default function RootLayout({ children, span }: RootLayoutProps) {
>
CosmWasm Tracing UI
</h1>
</div>
</a>
{children}
</div>
{span}
Expand Down

0 comments on commit 586d277

Please sign in to comment.