mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 07:03:30 +00:00
fix(markdown-link-story): missed new url constant import
This commit is contained in:
parent
5336c91965
commit
9d70d3e3c0
@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react'
|
||||
import { withRouter } from 'storybook-addon-react-router-v6'
|
||||
|
||||
import MarkdownLink from './MarkdownLink'
|
||||
import { LANDING } from '../../../constants'
|
||||
import { PATHS } from '../../../constants'
|
||||
|
||||
const meta = {
|
||||
title: 'General/MarkdownLink',
|
||||
@ -19,7 +19,7 @@ type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Default: Story = {
|
||||
args: {
|
||||
href: LANDING,
|
||||
href: PATHS.LANDING,
|
||||
children: 'MarkdownLink',
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user