Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed May 29, 2024
1 parent d733f70 commit 115cc39
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/changelog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default function ChangelogPage() {
</Breadcrumb>
</div>
<DescriptionImage
url="https://cdn.wanderer.moe/wuthering-waves/cover.png"
url="https://cdn.wanderer.moe/cdn-cgi/image/width=700,height=500,quality=75/wuthering-waves/cover.png"
alt="Wuthering Waves Cover"
title="Changelog"
description="Simplified list of changes made to the site."
Expand Down
2 changes: 1 addition & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
@apply border-border;
}
body {
@apply bg-background/80 text-foreground;
@apply bg-background/70 text-foreground;
}
}
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Home() {
<main className="mx-auto min-h-screen max-w-screen-xl p-5">
<div className="flex flex-col gap-6">
<DescriptionImage
url="https://cdn.wanderer.moe/wuthering-waves/cover.png"
url="https://cdn.wanderer.moe/cdn-cgi/image/width=700,height=500,quality=75/wuthering-waves/cover.png"
alt="wanderer.moe"
title="wanderer.moe"
description="Centralized game assets database"
Expand Down
2 changes: 1 addition & 1 deletion src/app/privacy-policy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function PrivacyPolicy() {
</Breadcrumb>
</div>
<DescriptionImage
url="https://cdn.wanderer.moe/wuthering-waves/cover.png"
url="https://cdn.wanderer.moe/cdn-cgi/image/width=700,height=500,quality=75/wuthering-waves/cover.png"
alt="Privacy Policy"
title="Privacy Policy"
description="Last Updated 29th May 2024"
Expand Down
1 change: 1 addition & 0 deletions src/components/games/games-grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function GamesSkeleton() {
);
}

// million-ignore
export function GamesGrid() {
const [games, setGames] = React.useState<GamesRoute["games"]>([]);

Expand Down

0 comments on commit 115cc39

Please sign in to comment.