Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Delete excess incorrect string from InputPreview
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Sep 29, 2023
1 parent 2182449 commit 8d69630
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/stories/Library/input-preview/InputPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ const InputPreview: React.FC<InputPreviewProps> = ({
<button className="link-tag mr-16 capitalize-first">
Kopier streng
</button>
<Links
href="/"
linkText="Rediger CQL capitalize-first"
classNames="link-tag"
/>
<Links href="/" linkText="Rediger CQL" classNames="link-tag" />
</footer>
</Pagefold>
);
Expand Down

0 comments on commit 8d69630

Please sign in to comment.