Skip to content

Commit

Permalink
OCU-414 Migrate Brand Kit Link in Footer to New Figma Document
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-calo committed Jan 16, 2025
1 parent b1e7293 commit 3f01714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/cypress/e2e/_05layoutFooter.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion client/src/constants/urls.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 3f01714

Please sign in to comment.