From f3a9988ce541d96ee8de50634580c6ac68abfaef Mon Sep 17 00:00:00 2001 From: tommytrg Date: Tue, 3 Sep 2024 18:39:19 +0200 Subject: [PATCH] fix(storybook): remove repeated links --- src/components/Navbar/WNavbar.stories.ts | 35 ------------------------ 1 file changed, 35 deletions(-) diff --git a/src/components/Navbar/WNavbar.stories.ts b/src/components/Navbar/WNavbar.stories.ts index 35ce20e..0d1f67a 100644 --- a/src/components/Navbar/WNavbar.stories.ts +++ b/src/components/Navbar/WNavbar.stories.ts @@ -40,41 +40,6 @@ export const Navbar: Story = { rel: 'buy', locale: 'buy' }, - { - key: 'build', - active: false, - to: '/build', - rel: 'build', - locale: 'build' - }, - { - key: 'build', - active: false, - to: '/build', - rel: 'build', - locale: 'build' - }, - { - key: 'build', - active: false, - to: '/build', - rel: 'build', - locale: 'build' - }, - { - key: 'build', - active: false, - to: '/build', - rel: 'build', - locale: 'build' - }, - { - key: 'build', - active: false, - to: '/build', - rel: 'build', - locale: 'build' - }, { key: 'build', active: false,