From 71e614479f874e6b8efb594cf62108cd1873c9c9 Mon Sep 17 00:00:00 2001 From: andrei Date: Mon, 9 Dec 2024 14:29:20 -0700 Subject: [PATCH] Scroll info page links --- src/lib/tenant/configs/ui/scroll.ts | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/lib/tenant/configs/ui/scroll.ts b/src/lib/tenant/configs/ui/scroll.ts index f330af73..1e1b33ee 100644 --- a/src/lib/tenant/configs/ui/scroll.ts +++ b/src/lib/tenant/configs/ui/scroll.ts @@ -136,7 +136,8 @@ export const scrollTenantUIConfig = new TenantUI({ title: "Voters of Scroll Governance", description: "Delegate your voting power to a trusted representative", imageTitle: "Scroll Governance", - imageDescription: "Delegate your voting power to a trusted representative", + imageDescription: + "Delegate your voting power to a trusted representative", }, }, { @@ -180,16 +181,14 @@ export const scrollTenantUIConfig = new TenantUI({ links: [ { name: "Governance Forums", - title: "Gov. Forums (Soon!)", - url: "", - // url: "https://gov.scroll.io/forum", + title: "Gov. Forums", + url: "https://forum.scroll.io", image: infoPageCard02, }, { name: "Governance Docs", - title: "Gov. Docs (Soon!)", - url: "", - // url: "https://gov.scroll.io/docs", + title: "Gov. Docs", + url: "https://scroll.io/gov-docs/content/overview", image: infoPageCard03, }, {