diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index a548331..50513fb 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -93,15 +93,15 @@ export default async function Home() {
Discover shows, share ratings, and explore the music together.

-
+
- - diff --git a/frontend/app/shows/[slug]/page.tsx b/frontend/app/shows/[slug]/page.tsx index 9920567..7c7cc75 100644 --- a/frontend/app/shows/[slug]/page.tsx +++ b/frontend/app/shows/[slug]/page.tsx @@ -72,14 +72,14 @@ export default async function ShowDetailPage({ params }: { params: Promise<{ slu
-

+

{new Date(show.date).toLocaleDateString()} - {show.venue && ( - - - {show.venue.name}, {show.venue.city}, {show.venue.state} - - )}

+ {show.venue && ( +

+ {show.venue.name}, {show.venue.city}, {show.venue.state} +

+ )} {show.tags && show.tags.length > 0 && (
{show.tags.map((tag: any) => ( @@ -207,7 +207,7 @@ export default async function ShowDetailPage({ params }: { params: Promise<{ slu )} {/* Suggest Nickname Button */} -
+