Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Add GitHub button
Browse files Browse the repository at this point in the history
  • Loading branch information
decorator-factory committed May 27, 2022
1 parent 4d1e763 commit ee81cfe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
<div class="title">Pyright playground</div>
<div class="controls">
<button on:click={generatePermalink} class="generate-permalink">Generate permalink</button>
<a href="https://github.com/decorator-factory/pyright-playground">
<button class="github">Star or fork on GitHub</button>
</a>
</div>
<div class="editor">
<p class="editor-help">
Expand Down Expand Up @@ -158,7 +161,8 @@
align-items: center;
}
.generate-permalink {
.generate-permalink,
.github {
padding: 1rem;
font-size: 1.2rem;
}
Expand All @@ -173,8 +177,9 @@
}
.controls {
justify-content: start;
justify-content: space-between;
padding-left: 3em;
padding-righ: 3em;
grid-area: controls;
Expand Down

0 comments on commit ee81cfe

Please sign in to comment.