From 31990ccf604cbf4784ba0b27c108d368b4a19a76 Mon Sep 17 00:00:00 2001 From: Chris Calo Date: Thu, 16 Jan 2025 12:12:41 -0500 Subject: [PATCH] OCU-414 Migrate Brand Kit Link in Footer to New Figma Document --- client/cypress/e2e/_05layoutFooter.cy.ts | 2 +- client/src/constants/urls.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cypress/e2e/_05layoutFooter.cy.ts b/client/cypress/e2e/_05layoutFooter.cy.ts index 9f9cbfcc1f..a22007260b 100644 --- a/client/cypress/e2e/_05layoutFooter.cy.ts +++ b/client/cypress/e2e/_05layoutFooter.cy.ts @@ -96,7 +96,7 @@ Object.values(viewports).forEach(({ device, viewportWidth, viewportHeight, isMob .invoke('attr', 'href') .should( 'eq', - 'https://www.figma.com/community/file/1295533951881708349/octant-brand-assets', + 'https://www.figma.com/community/file/1461055351522080911/octant-brand-kit', ); cy.get('[data-test=LayoutFooter__link--brandAssets]') .invoke('attr', 'target') diff --git a/client/src/constants/urls.ts b/client/src/constants/urls.ts index dc87ee02d4..93a3e470f4 100644 --- a/client/src/constants/urls.ts +++ b/client/src/constants/urls.ts @@ -1,5 +1,5 @@ export const BRAND_ASSETS_FIGMA_LINK = - 'https://www.figma.com/community/file/1295533951881708349/octant-brand-assets'; + 'https://www.figma.com/community/file/1461055351522080911/octant-brand-kit'; export const GOLEM_FOUNDATION_LINK = 'https://golem.foundation/'; export const OCTANT_DOCS = 'https://docs.octant.app/'; export const DISCORD_LINK = 'https://discord.gg/octant';