Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Dec 1, 2024
1 parent d8f8e14 commit 5fb002c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default function RootLayout({
<AxiomWebVitals />
<ScrollToTop />
<NavBar />
<OriginoidPromoDialog />
{children}
<SiteFooter />
<Toaster />
Expand Down
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { DescriptionImage } from "~/components/desc-image";
import { GamesGrid } from "~/components/games/games-grid";
import { InfoGrid } from "~/components/info/info-grid";
import { HomeChangelogHandler } from "~/components/changelog/changelog-handler";
import { OriginoidPromoDialog } from "~/components/ui/originoid-promo-dialog";

export const metadata: Metadata = {
title: "Home • wanderer.moe",
Expand All @@ -14,6 +15,7 @@ export default async function Home() {
return (
<main className="mx-auto min-h-screen max-w-screen-xl p-5">
<div className="flex flex-col gap-6">
<OriginoidPromoDialog />
<DescriptionImage
url="https://cdn.wanderer.moe/cdn-cgi/image/width=1500,height=1000,quality=75/wuthering-waves/cover.png"
alt="wanderer.moe"
Expand Down

0 comments on commit 5fb002c

Please sign in to comment.