🔥 Remove CC in footer
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
5bd93b375d
commit
2491295573
1 changed files with 2 additions and 3 deletions
|
@ -46,9 +46,8 @@ const today = new Date();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<footer class="flex justify-between py-5 mt-5 footerbg">
|
<footer class="flex justify-evenly py-5 mt-5 footerbg">
|
||||||
<div>Sindre Kjelsrud © {today.getFullYear()}</div>
|
<div class="flex gap-6">
|
||||||
<div class="flex gap-1">
|
|
||||||
<a href="https://github.com/SindreKjelsrud" target="_blank" aria-label="Link to my GitHub">
|
<a href="https://github.com/SindreKjelsrud" target="_blank" aria-label="Link to my GitHub">
|
||||||
<div id="githubIcon">
|
<div id="githubIcon">
|
||||||
<svg id="githubSvg" width="30" height="30" viewBox="0 0 24 24" fill="none">
|
<svg id="githubSvg" width="30" height="30" viewBox="0 0 24 24" fill="none">
|
||||||
|
|
Loading…
Reference in a new issue