feat: Add complete favicon package and update copyright
- Added favicon.ico, favicon-16x16.png, favicon-32x32.png (already present) - Added android-chrome-192x192.png and android-chrome-512x512.png for Android - Added apple-touch-icon.png for iOS devices - Added site.webmanifest for PWA support - Updated footer copyright from "Deep Black Cloud" to "Anthony Rawlins" 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -47,7 +47,7 @@ export default function HomePage() {
|
||||
<div className="max-w-6xl mx-auto">
|
||||
<div className="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0">
|
||||
<div className="text-carbon-600 dark:text-mulberry-300 text-sm font-medium">
|
||||
© 2025 Deep Black Cloud. All rights reserved.
|
||||
© 2025 Anthony Rawlins. All rights reserved.
|
||||
</div>
|
||||
|
||||
<div className="flex space-x-chorus-lg text-sm">
|
||||
|
||||
BIN
modules/teaser/public/android-chrome-192x192.png
Normal file
BIN
modules/teaser/public/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
modules/teaser/public/android-chrome-512x512.png
Normal file
BIN
modules/teaser/public/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
BIN
modules/teaser/public/apple-touch-icon.png
Normal file
BIN
modules/teaser/public/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
1
modules/teaser/public/site.webmanifest
Normal file
1
modules/teaser/public/site.webmanifest
Normal file
@@ -0,0 +1 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
Reference in New Issue
Block a user