Skip to content

Commit

Permalink
Merge pull request #76 from xi-effect/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
unknownproperty authored Jun 6, 2024
2 parents 430338d + c03dbb5 commit 7c41e04
Show file tree
Hide file tree
Showing 9 changed files with 661 additions and 73 deletions.
2 changes: 1 addition & 1 deletion apps/xi.front/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const metadata: Metadata = {

export default function RootLayout({ children }: { children: ReactNode }) {
return (
<html lang="en" suppressHydrationWarning className={`${inter.variable}`}>
<html lang="en" suppressHydrationWarning className={`${inter.variable} text-[16px]`}>
<body className="overflow-hidden bg-gray-0">
<Script
async
Expand Down
Loading

0 comments on commit 7c41e04

Please sign in to comment.