Skip to content

Commit

Permalink
chore: rename to upscaler party (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo1912 authored Mar 6, 2024
1 parent 89f22a8 commit 7c9e7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Analytics } from "@vercel/analytics/react";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Upscaler Battleground - by fal.ai",
title: "Upscaler Party - by fal.ai",
description: "A demo comparing different upscalers served by fal.ai",
authors: [{ name: "fal.ai", url: "https://fal.ai" }],
// [TODO]: Update this to the correct URL
Expand Down
4 changes: 2 additions & 2 deletions components/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export function Nav() {
className={cn("font-light text-sm md:text-lg", spaceMono.className)}
>
<span className="text-pink-700">upscaler</span>
<span className="mx-1">⚔️</span>
<span>battleground</span>
<span className="mx-1">🎉</span>
<span>party</span>
</h1>
</Link>
</div>
Expand Down

0 comments on commit 7c9e7a2

Please sign in to comment.