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 2121106 commit 14e3c6eCopy full SHA for 14e3c6e
src/routes/+layout.svelte
@@ -247,7 +247,13 @@
247
{/if}
248
{:else}
249
<p class="text-sm text-muted-foreground">
250
- Tired of getting rate-limited? Input your token.
+ 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>.
257
</p>
258
259
</div>
0 commit comments