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 bda69a3 commit d4f6b79Copy full SHA for d4f6b79
src/routes/+layout.svelte
@@ -71,8 +71,8 @@
71
</a>
72
</p>
73
<p>
74
- Copyright © {`${new Date().getFullYear()}`} - All rights reserved
75
- <span role="img" aria-label="shruggin emoji">🤷</span>
+ Copyright © 2021-{`${new Date().getFullYear()}`}. All rights reserved
+ <span role="img" aria-label="shrugging emoji">🤷</span>
76
77
</div>
78
<div>
src/routes/back-to-top.svelte
@@ -21,7 +21,7 @@
21
<button
22
on:click={scrollToTop}
23
transition:fly={{ y: 200, duration: 300 }}
24
- class="fixed bottom-8 right-8 btn btn-primary normal-case"
+ class="fixed bottom-8 right-8 btn btn-secondary normal-case shadow-2xl"
25
>
26
Back to top
27
</button>
0 commit comments