We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d590009 commit 7de0100Copy full SHA for 7de0100
src/library/GithubPermalink/GithubPermalink.stories.tsx
@@ -37,6 +37,9 @@ export const DifferentLanguages: Story = {
37
<p>TSX</p>
38
<GithubPermalink permalink="https://github.com/dwjohnston/react-github-permalink/blob/242681a9df549adcc9a7fca0d8421d98b7e312c4/sample_files/sample1.tsx#L1-L11" />
39
40
+ <p>TSX with Emoji</p>
41
+ <GithubPermalink permalink=" https://github.com/dwjohnston/react-renders/blob/b91494bff90774073c10ba7a2a362d37c8d083ef/src/react-renders/ReactRenders3.tsx#L8-L19" />
42
+
43
<p>Docker file</p>
44
<GithubPermalink permalink="https://github.com/dwjohnston/react-github-permalink/blob/bd98ef231beeb18ed77207216464fc8e454dd721/sample_files/sample.dockerfile#L1-L20" />
45
0 commit comments