mirror of
https://github.com/soconnor0919/lewisburg-coffee.git
synced 2026-02-04 23:56:32 -05:00
feat: Update app title to "Lewisburg Coffee Map" in the navbar and welcome modal.
This commit is contained in:
@@ -15,7 +15,7 @@ export default function Navbar() {
|
||||
>
|
||||
<Coffee className="w-6 h-6 text-primary" />
|
||||
<h1 className="text-xl font-bold text-foreground font-serif tracking-wide leading-none pt-0.5">
|
||||
Lewisburg Coffee
|
||||
Lewisburg Coffee Map
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -37,7 +37,7 @@ export function WelcomeModal() {
|
||||
<div className="mx-auto bg-primary/10 p-3 rounded-full mb-4 w-fit">
|
||||
<Coffee className="h-8 w-8 text-primary" />
|
||||
</div>
|
||||
<DialogTitle className="text-center text-2xl font-serif">Welcome to Lewisburg Coffee</DialogTitle>
|
||||
<DialogTitle className="text-center text-2xl font-serif">Welcome to the Lewisburg Coffee Map</DialogTitle>
|
||||
<DialogDescription className="text-center text-muted-foreground pt-2">
|
||||
Discover the best coffee spots in Lewisburg, PA.
|
||||
</DialogDescription>
|
||||
|
||||
Reference in New Issue
Block a user