Skip to content

Commit

Permalink
chore: tweak footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Feb 24, 2024
1 parent 62aca57 commit e546e03
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions website/src/layouts/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,25 @@ import { PencilIcon } from '@components/icons';
const { githubPath } = context.get();
---

<footer class="border-t dark:border-slate-800/80 py-12 mt-12 text-sm flex items-center">
<footer class="border-t dark:border-slate-800/80 py-12 mt-12 text-xs flex items-center">
<div>
Docs powered by
<a
class="opacity-75 hover:opacity-100 transition"
href="https://invertase.io"
target="_blank"
rel="noopener"
>
invertase
</a>
/
<a
class="opacity-75 hover:opacity-100 transition"
href="https://docs.page"
target="_blank"
rel="noopener"
>
Powered by docs.page
docs.page
</a>
</div>
<div class="flex-1 flex justify-end">
Expand All @@ -23,7 +33,7 @@ const { githubPath } = context.get();
target="_blank"
>
<span class="w-4 h-4"><PencilIcon /></span>
<span>Edit this page</span>
<span>Edit page</span>
</a>
</div>
</footer>

0 comments on commit e546e03

Please sign in to comment.