Skip to content

Commit b3c0096

Browse files
authored
doc: v3 beta.29 release (#525)
* doc: v3 beta.29 release * add submodule changes
1 parent f166df1 commit b3c0096

File tree

12 files changed

+57
-19
lines changed

12 files changed

+57
-19
lines changed

src/components/StackBlitzGithub.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,9 @@ const StackBlitzGithub: React.FC<StackBlitzGithubProps> = ({
2929

3030
return (
3131
<>
32-
<div className="mb-1 italic text-sm">
33-
Click{' '}
34-
<a href="#" onClick={() => sdk.openGithubProject(repoPath, options)}>
35-
here
36-
</a>{' '}
37-
to open an interactive playground.
38-
</div>
32+
<a href="#" onClick={() => sdk.openGithubProject(repoPath, options)}>
33+
<img alt="Open in StackBlitz" src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" />
34+
</a>
3935
{plainCodeFiles.map((file) => (
4036
<GithubCodeBlock key={file} repoPath={repoPath} file={file} />
4137
))}

0 commit comments

Comments
 (0)