File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,22 @@ export const metadata: Metadata = {
17
17
title : { template : "%s — Ouranos" , default : "Ouranos" } ,
18
18
description : "Your friendly Bluesky client for the web" ,
19
19
metadataBase : new URL ( "https://useouranos.app" ) ,
20
+ other : {
21
+ "fc:frame" : "vNext" ,
22
+ "of:version" : "vNext" ,
23
+ "of:accepts:anonymous" : "vNext" ,
24
+ "of:image" : "https://useouranos.app/opengraph-image.png" ,
25
+ "fc:frame:image" : "https://useouranos.app/opengraph-image.png" ,
26
+ "fc:frame:button:1" : "Home" ,
27
+ "fc:frame:button:1:action" : "link" ,
28
+ "fc:frame:button:1:target" : "https://useouranos.app" ,
29
+ "fc:frame:button:2" : "About" ,
30
+ "fc:frame:button:2:action" : "link" ,
31
+ "fc:frame:button:2:target" : "https://useouranos.app/about" ,
32
+ "fc:frame:button:3" : "GitHub" ,
33
+ "fc:frame:button:3:action" : "link" ,
34
+ "fc:frame:button:3:target" : "https://github.com/pdelfan/ouranos" ,
35
+ } ,
20
36
} ;
21
37
22
38
export default async function RootLayout ( {
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export default function AtmosphereContainer(props: Props) {
138
138
} }
139
139
className = { `${
140
140
c . name === service
141
- ? "bg-primary text-skin-inverted"
141
+ ? "bg-skin-inverted text-skin-inverted"
142
142
: "bg-skin-tertiary text-skin-secondary hover:brightness-95"
143
143
} font-medium rounded-full px-2.5 py-2 min-w-fit gap-2`}
144
144
>
You can’t perform that action at this time.
0 commit comments