From 6d9259808a9b72418d371aa07964a5c8135e79b3 Mon Sep 17 00:00:00 2001 From: strn <82175353+strn3@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:01:17 +0200 Subject: [PATCH] fix: we're in 2024 :) (#51) * small typo: we're in 2024 :) * Update LICENSE --- LICENSE | 2 +- src/components/Footer.astro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 17698e4..08fa51c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 saicaca +Copyright (c) 2024 saicaca Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/Footer.astro b/src/components/Footer.astro index dc68c03..15eabb5 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -6,8 +6,8 @@ import {profileConfig} from "../config";
- © 2023 {profileConfig.name}. All Rights Reserved. + © 2024 {profileConfig.name}. All Rights Reserved.
Powered by Fuwari
-
\ No newline at end of file +