Format the footer component

This commit is contained in:
Alicia Sykes 2026-02-26 14:40:32 +00:00
parent e1c0318d9b
commit 9c43baa1bc

View file

@ -7,8 +7,11 @@ const year = new Date().getFullYear();
href="https://github.com/Lissy93/awesome-privacy/blob/main/LICENSE"
>CC0 1.0 Universal</a
>
© <a href="https://aliciasykes.com">Alicia Sykes</a> 2018 - {year || 'Present'} | Source code available
on <a href="https://github.com/Lissy93/awesome-privacy">GitHub</a>
© <a href="https://aliciasykes.com">Alicia Sykes</a> 2018 - {
year || 'Present'
} | Source code available on <a
href="https://github.com/Lissy93/awesome-privacy">GitHub</a
>
</footer>
<style lang="scss">