Skip to content

Commit

Permalink
update figma link to latest v2 (#1456)
Browse files Browse the repository at this point in the history
* update figma link to latest v2

Signed-off-by: Hailong Cui <[email protected]>

* add changlog

Signed-off-by: Hailong Cui <[email protected]>

---------

Signed-off-by: Hailong Cui <[email protected]>
(cherry picked from commit 8fa9fc6)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
1 parent 4113627 commit 2ab0c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/components/guide_page/guide_page_header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const GuidePageHeader: React.FunctionComponent<{}> = () => {
}

function renderFigma() {
const href = 'https://www.figma.com/community/file/1240039515407642648';
const href = 'https://www.figma.com/community/file/1319043629276905995';
const label = 'OUI Figma component library';
return isMobileSize ? (
<OuiButtonEmpty size="s" flush="both" iconType={figmaLogo} href={href}>
Expand Down

0 comments on commit 2ab0c58

Please sign in to comment.