Icons Update
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -24,4 +24,8 @@ export const metadata: Metadata = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
icons: {
|
||||||
|
icon: "/cappylogosmall.png", // Default icon for the app
|
||||||
|
apple: "/cappylogosmall.png", // Apple-specific icon
|
||||||
|
},
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user