🔥 Remove CC in footer

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-11-30 18:18:59 +01:00
parent 5bd93b375d
commit 2491295573
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -46,9 +46,8 @@ const today = new Date();
});
</script>
<footer class="flex justify-between py-5 mt-5 footerbg">
<div>Sindre Kjelsrud &copy; {today.getFullYear()}</div>
<div class="flex gap-1">
<footer class="flex justify-evenly py-5 mt-5 footerbg">
<div class="flex gap-6">
<a href="https://github.com/SindreKjelsrud" target="_blank" aria-label="Link to my GitHub">
<div id="githubIcon">
<svg id="githubSvg" width="30" height="30" viewBox="0 0 24 24" fill="none">