Skip to content

Commit 90a3d26

Browse files
committed
Update date
1 parent 8dfe70b commit 90a3d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Page/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const Footer: React.FunctionComponent<IFooterProps> = (props: React.Props
6666
</a>
6767
))}
6868
</div>
69-
<p className="mt-8 text-center text-base text-whisper-900">&copy; 2023 {Extension.name}. All rights reserved.</p>
69+
<p className="mt-8 text-center text-base text-whisper-900">&copy; 2024 {Extension.name}. All rights reserved.</p>
7070
</div>
7171
</footer>
7272
);

0 commit comments

Comments
 (0)