Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 7f7caf6

Browse files
committed
style(footer.tsx): update footer text for a more concise and friendly message
The footer text is updated to remove the year and "All Rights Reserved" statement, making it more concise and friendly. The use of emojis ☕ & 💛 adds a personal touch, enhancing the brand's approachable image.
1 parent 1884175 commit 7f7caf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/layout/footer.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ const MobileFooter = () => (
195195
<div className="flex flex-col items-center space-y-4 md:hidden">
196196
<SocialSection />
197197
<p className="text-sm text-center text-muted-foreground">
198-
© {new Date().getFullYear()} All Things Linux • Made with ❤️ • All Rights
199-
Reserved
198+
All Things Linux • Made with ☕ & 💛
200199
</p>
201200
<a
202201
href="https://github.com/allthingslinux/allthingslinux"

0 commit comments

Comments
 (0)