change target form verbiage and update readme

This commit is contained in:
Milo Schwartz 2025-01-11 13:32:06 -05:00
parent c3d19454f7
commit 7b20329743
No known key found for this signature in database
7 changed files with 54 additions and 15 deletions

View file

@ -41,7 +41,7 @@ export default async function RootLayout({
{/* Footer */}
<footer className="w-full mt-12 py-3 mb-6 px-4">
<div className="container mx-auto flex flex-wrap justify-center items-center h-3 space-x-4 text-sm text-neutral-600 select-none">
<div className="container mx-auto flex flex-wrap justify-center items-center h-3 space-x-4 text-sm text-neutral-400 dark:text-neutral-600 select-none">
<div className="flex items-center space-x-2 whitespace-nowrap">
<span>Pangolin</span>
</div>