Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Nov 28, 2024
2 parents 99af00d + a0a6df1 commit 0ca2b41
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ export const metadata: Metadata = {
title: { template: "%s — Ouranos", default: "Ouranos" },
description: "Your friendly Bluesky client for the web",
metadataBase: new URL("https://useouranos.app"),
other: {
"fc:frame": "vNext",
"of:version": "vNext",
"of:accepts:anonymous": "vNext",
"of:image": "https://useouranos.app/opengraph-image.png",
"fc:frame:image": "https://useouranos.app/opengraph-image.png",
"fc:frame:button:1": "Home",
"fc:frame:button:1:action": "link",
"fc:frame:button:1:target": "https://useouranos.app",
"fc:frame:button:2": "About",
"fc:frame:button:2:action": "link",
"fc:frame:button:2:target": "https://useouranos.app/about",
"fc:frame:button:3": "GitHub",
"fc:frame:button:3:action": "link",
"fc:frame:button:3:target": "https://github.com/pdelfan/ouranos",
},
};

export default async function RootLayout({
Expand Down
2 changes: 1 addition & 1 deletion src/containers/atmosphere/AtmosphereContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function AtmosphereContainer(props: Props) {
}}
className={`${
c.name === service
? "bg-primary text-skin-inverted"
? "bg-skin-inverted text-skin-inverted"
: "bg-skin-tertiary text-skin-secondary hover:brightness-95"
} font-medium rounded-full px-2.5 py-2 min-w-fit gap-2`}
>
Expand Down

0 comments on commit 0ca2b41

Please sign in to comment.