Skip to content

Commit

Permalink
chore(breadcrumb): add a default href for home (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonghauhive authored Jun 24, 2024
2 parents a888918 + 59cd5c0 commit 1a9f630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stories/templates/Breadcrumb/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export const Template = args =>
<sgds-breadcrumb-item>Last Item</sgds-breadcrumb-item>
</sgds-breadcrumb>
`;
export const args = {};
export const args = {
href: "https://www.designsystem.tech.gov.sg/"
};

export const parameters = {};

0 comments on commit 1a9f630

Please sign in to comment.