Skip to content

Commit

Permalink
♻️ refactor: TagからTag Nameに修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Mar 24, 2024
1 parent cc8a4af commit bafc90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base/Text/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Story = StoryObj<typeof BaseText>;
export const Text: Story = {
render: () => (
<dl>
<dt style={{ color: 'white', marginBottom: '8px' }}>Tag</dt>
<dt style={{ color: 'white', marginBottom: '8px' }}>Tag Name</dt>
<dd style={{ marginBottom: '24px' }}>
<BaseText>tag=&quot;span&quot;</BaseText>
<BaseText tag="p">tag=&quot;p&quot;</BaseText>
Expand Down

0 comments on commit bafc90a

Please sign in to comment.