Rebrand to Another Nuzlocke Tracker (ANT) (#27)
Co-authored-by: Julian Tabel <juliantabel.jt@gmail.com> Co-committed-by: Julian Tabel <juliantabel.jt@gmail.com>
This commit was merged in pull request #27.
This commit is contained in:
@@ -11,7 +11,7 @@ export function Layout() {
|
||||
<div className="flex justify-between h-16">
|
||||
<div className="flex items-center">
|
||||
<Link to="/" className="text-xl font-bold">
|
||||
Nuzlocke Tracker
|
||||
ANT
|
||||
</Link>
|
||||
</div>
|
||||
{/* Desktop nav */}
|
||||
|
||||
@@ -18,7 +18,7 @@ export function Home() {
|
||||
<div className="max-w-4xl mx-auto p-8">
|
||||
<div className="text-center py-12">
|
||||
<h1 className="text-4xl font-bold text-gray-900 dark:text-gray-100 mb-2">
|
||||
Nuzlocke Tracker
|
||||
Another Nuzlocke Tracker
|
||||
</h1>
|
||||
<p className="text-lg text-gray-600 dark:text-gray-400 mb-8">
|
||||
Track your Nuzlocke runs with ease
|
||||
|
||||
Reference in New Issue
Block a user