feat: move Footer out of main
This commit is contained in:
parent
a2abb6f5ec
commit
8ccfa4173a
1 changed files with 1 additions and 2 deletions
|
@ -14,9 +14,8 @@ const page = {
|
||||||
|
|
||||||
<p>{page.description}</p>
|
<p>{page.description}</p>
|
||||||
<p>Visit the <a href="https://ayco.io/threads">page</a></p>
|
<p>Visit the <a href="https://ayco.io/threads">page</a></p>
|
||||||
|
|
||||||
<Footer />
|
|
||||||
</main>
|
</main>
|
||||||
|
<Footer />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in a new issue