simpler
Some checks failed
Publish Ranger template to Laconic Registry / laconic_publish (push) Failing after 1m3s

This commit is contained in:
zramsay 2025-02-02 12:46:35 -05:00
parent 44ec2458c8
commit aedeb63d13

View File

@ -115,10 +115,10 @@ export default function AnimalsPage() {
<div className="text-center mb-8">
<h1 className="text-4xl sm:text-5xl font-bold mb-4 text-transparent bg-clip-text bg-gradient-to-r from-emerald-400 to-teal-300">
{APP_CONFIG.title} Portal
{APP_CONFIG.title}
</h1>
<p className="text-emerald-200 text-lg mb-8">
Discover {APP_CONFIG.description} sightings from our community in {APP_CONFIG.location}
Discover sightings from our community
</p>
</div>