mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[CL-256] Update Figma links in Storybook docs (#12901)
* Update Figma links updated existing Figma links to point to the new file and added Figma links to components missing them * Added last missing Figma links
This commit is contained in:
@@ -6,6 +6,12 @@ import * as GenericIcons from "./icons";
|
||||
export default {
|
||||
title: "Component Library/Icon",
|
||||
component: BitIconComponent,
|
||||
parameters: {
|
||||
design: {
|
||||
type: "figma",
|
||||
url: "https://www.figma.com/design/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=21662-50335&t=k6OTDDPZOTtypRqo-11",
|
||||
},
|
||||
},
|
||||
} as Meta;
|
||||
|
||||
type Story = StoryObj<BitIconComponent>;
|
||||
|
||||
Reference in New Issue
Block a user