diff --git a/packages/react/src/BranchName/BranchName.features.stories.tsx b/packages/react/src/BranchName/BranchName.features.stories.tsx index 3459b60bfa1..85db4bb601c 100644 --- a/packages/react/src/BranchName/BranchName.features.stories.tsx +++ b/packages/react/src/BranchName/BranchName.features.stories.tsx @@ -19,3 +19,12 @@ export const WithBranchIcon = () => ( ) export const NotALink = () => branch_name_as_span + +export const LinkWithoutHref = () => ( +
+ branch_name_as_a + branch_name_no_as +
+) + +export const NoProps = () => branch_name_no_props