File tree 9 files changed +6
-2
lines changed
9 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ export const generateMetadata = genMeta(() => ({
9
9
titleSuffix : "SCR & sSCR" ,
10
10
relativeURL : "/SCR-sSCR" ,
11
11
description : "Governance token and its LRT" ,
12
+ ogImg : "/og_sSCR.png" ,
13
+ twitterImg : "/twitter_sSCR.png" ,
12
14
} ) )
13
15
14
16
const ScrAndsSCRPage = async ( ) => {
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ export const generateMetadata = genMeta(() => ({
7
7
titleSuffix : "scrETH" ,
8
8
relativeURL : "/scrETH" ,
9
9
description : "Scroll's ecosystem native ETH LRT" ,
10
+ ogImg : "/og_scrETH.png" ,
11
+ twitterImg : "/twitter_scrETH.png" ,
10
12
} ) )
11
13
12
14
const ScrETHPage = ( ) => {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ export const generateMetadata = genMeta(() => ({
6
6
titleSuffix : "Scroll Sessions" ,
7
7
relativeURL : "/sessions" ,
8
8
description : "Receive Marks for your engagement with Scroll. Join Sessions now!" ,
9
- ogImg : "/og_scroll_sessions .png" ,
10
- twitterImg : "/twitter_scroll_sessions .png" ,
9
+ ogImg : "/og_sessions .png" ,
10
+ twitterImg : "/twitter_sessions .png" ,
11
11
} ) )
12
12
13
13
export default function SessionsLayout ( { children } ) {
You can’t perform that action at this time.
0 commit comments