Skip to content

Commit 14e3c6e

Browse files
Add quick link for convenient token creation
1 parent 2121106 commit 14e3c6e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/routes/+layout.svelte

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,13 @@
247247
{/if}
248248
{:else}
249249
<p class="text-sm text-muted-foreground">
250-
Tired of getting rate-limited? Input your token.
250+
Tired of getting rate-limited? Input your token. No token? <Button
251+
variant="link"
252+
href="https://github.com/settings/tokens/new?description=Svelte-Changelog&scopes=public_repo"
253+
class="h-auto p-0"
254+
>
255+
Grab one here
256+
</Button>.
251257
</p>
252258
{/if}
253259
</div>

0 commit comments

Comments
 (0)