Skip to content

Commit

Permalink
Merge pull request #1114 from Gitstar-OC/homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl authored Jan 19, 2025
2 parents 3a8934b + cbcb996 commit 791208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function RootLayout({
<meta name="apple-mobile-web-app-title" content="High Seas" />
<link rel="manifest" href="/favicons/site.webmanifest" />
</head>
<body className={`${mainFont.variable} antialiased`}>
<body className={`${mainFont.variable} antialiased overflow-x-hidden`}>
<Nav />
<main>{children}</main>
<PlausibleProvider domain="highseas.hackclub.com" />
Expand Down

0 comments on commit 791208d

Please sign in to comment.