We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83100b commit 618364eCopy full SHA for 618364e
src/components/Footer.astro
@@ -1,13 +1,11 @@
1
---
2
import { SITE } from '$/config'
3
import ModeLabel from './ModeLabel.svelte'
4
- import NetlifyIdentity from './NetlifyIdentity.svelte'
5
6
<footer class="footer">
7
<nav class="nav">
8
<div>2021 © Copyright notice | <a href={ SITE.githubUrl } title={`${ SITE.name }'s Github URL'`}>{ SITE.name }</a>
9
<ModeLabel client:load/> theme on <a href="https://astro.build/">Astro</a></div>
10
- <NetlifyIdentity client:load/>
11
</nav>
12
</footer>
13
<style>
0 commit comments