Skip to content

Commit b66de51

Browse files
committed
Change footer to 2026 and email to outlook
1 parent bb95b99 commit b66de51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import BackToTop from "@components/BackToTop.astro";
1313
</div>
1414
<div class="flex justify-between items-center">
1515
<div>
16-
&copy; 2024 {`|`} {SITE.NAME}
16+
&copy; 2026 {`|`} {SITE.NAME}
1717
</div>
1818
<div class="flex flex-wrap gap-1 items-center">
1919
<button

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Site, Metadata, Socials } from "@types";
22

33
export const SITE: Site = {
44
NAME: "Lucas Jacques",
5-
EMAIL: "lucasjacques2014@hotmail.com",
5+
EMAIL: "lucasjacques2014@outlook.com",
66
NUM_POSTS_ON_HOMEPAGE: 1,
77
NUM_WORKS_ON_HOMEPAGE: 1,
88
NUM_PROJECTS_ON_HOMEPAGE: 1,

0 commit comments

Comments
 (0)