Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

fix(404): broken background color #91

Merged
merged 3 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions packages/akeru-frontend/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html
className="bg-gradient-to-b from-green-800 via-green-950 to-green-950"
lang="en"
>
<html lang="en">
<head>
<meta charSet="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/groove.svg" />
Expand All @@ -68,7 +65,7 @@ export default function RootLayout({
<meta name="description" content="AI for you" />
</head>
<body
className={`${montserrat.variable} max-w-6xl mx-auto text-slate-50 px-5`}
className={`${montserrat.variable} max-w-6xl mx-auto text-slate-50 px-5 bg-gradient-to-b from-green-800 via-green-950 to-green-950`}
>
<div className="hidden -z-20 fixed md:flex flex-wrap left-0 top-0">
{Array.from({ length: 1000 }).map((_, i) => (
Expand Down
Binary file not shown.
Loading