Icons Update

This commit is contained in:
2025-04-13 08:10:03 -04:00
parent cf48e62e23
commit baed43e106
2 changed files with 6 additions and 2 deletions

View File

@@ -110,8 +110,8 @@ function Mobile() {
</button> </button>
</div> </div>
) : ( ) : (
<div className="w-full px-6"> <div className="w-full px-2">
<div className="bg-[color:var(--color-surface-800)] rounded-xl px-6 py-5 shadow-md"> <div className="bg-[color:var(--color-surface-800)] rounded-xl px-4 py-5 shadow-md">
<h2 className="text-2xl font-bold text-center text-[color:var(--color-warning-300)] mb-4"> <h2 className="text-2xl font-bold text-center text-[color:var(--color-warning-300)] mb-4">
Activity Feed Activity Feed
</h2> </h2>

View File

@@ -24,4 +24,8 @@ export const metadata: Metadata = {
}, },
], ],
}, },
icons: {
icon: "/cappylogosmall.png", // Default icon for the app
apple: "/cappylogosmall.png", // Apple-specific icon
},
}; };