Skip to content

Commit

Permalink
Add github link to Into page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim, Allen committed Feb 16, 2025
1 parent ee1f3dd commit 546fd24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stories/intro.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import ReadMe from '../../README.md?raw';
import { Markdown } from '@storybook/blocks';
import pkg from '../../package.json';

<a href={pkg.repository.url}>version: {pkg.version}</a>

<Markdown>{ReadMe}</Markdown>

0 comments on commit 546fd24

Please sign in to comment.