Skip to content

Commit

Permalink
Fix heading link spanning all screen
Browse files Browse the repository at this point in the history
  • Loading branch information
abefernan committed Oct 23, 2024
1 parent cda3b7d commit c21eb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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">
<a href="/" className="flex gap-4 items-center">
<a href="/" className="flex gap-4 items-center self-start">
<Image
alt="Tracing logo"
src="/logo.svg"
Expand Down

0 comments on commit c21eb77

Please sign in to comment.