diff --git a/templates/ords-remix-jwt-sample/app/components/concerts/ConcertCard.tsx b/templates/ords-remix-jwt-sample/app/components/concerts/ConcertCard.tsx index 7f2f435..5072dd6 100644 --- a/templates/ords-remix-jwt-sample/app/components/concerts/ConcertCard.tsx +++ b/templates/ords-remix-jwt-sample/app/components/concerts/ConcertCard.tsx @@ -95,7 +95,7 @@ function ConcertCard(props: ConcertCardProps) {
-

+

{ concertDateString }

diff --git a/templates/ords-remix-jwt-sample/app/components/concerts/ConcertDetails.tsx b/templates/ords-remix-jwt-sample/app/components/concerts/ConcertDetails.tsx index db417f9..fcec36a 100644 --- a/templates/ords-remix-jwt-sample/app/components/concerts/ConcertDetails.tsx +++ b/templates/ords-remix-jwt-sample/app/components/concerts/ConcertDetails.tsx @@ -50,7 +50,7 @@ function ConcertDetails(props: ConcertDetailsProps) {

Additional Details

-

+

{`Get ready for an unforgettable evening with ${concert.items[0].artist_name}! Join us at ${concert.items[0].venue_name} on ${concertDateString} for a night of incredible music and electrifying performances. diff --git a/templates/ords-remix-jwt-sample/app/components/homepage/ConcertCard.tsx b/templates/ords-remix-jwt-sample/app/components/homepage/ConcertCard.tsx index 24d4676..ed1fa89 100644 --- a/templates/ords-remix-jwt-sample/app/components/homepage/ConcertCard.tsx +++ b/templates/ords-remix-jwt-sample/app/components/homepage/ConcertCard.tsx @@ -59,7 +59,7 @@ function ConcertCard(props: ConcertCardProps) {

-

+

{ concertDateString }

diff --git a/templates/ords-remix-jwt-sample/app/components/homepage/Timeline.tsx b/templates/ords-remix-jwt-sample/app/components/homepage/Timeline.tsx index 54f21f0..6416734 100644 --- a/templates/ords-remix-jwt-sample/app/components/homepage/Timeline.tsx +++ b/templates/ords-remix-jwt-sample/app/components/homepage/Timeline.tsx @@ -128,9 +128,9 @@ function Timeline(props: TimelineProps) { }, }} > - - - + + + diff --git a/templates/ords-remix-jwt-sample/app/components/private/FollowedEventCard.tsx b/templates/ords-remix-jwt-sample/app/components/private/FollowedEventCard.tsx index 8fd40b6..701be65 100644 --- a/templates/ords-remix-jwt-sample/app/components/private/FollowedEventCard.tsx +++ b/templates/ords-remix-jwt-sample/app/components/private/FollowedEventCard.tsx @@ -38,7 +38,7 @@ function FollowedEventCard(props: FollowedEventCardProps) {
-

+

{ concertDateString }

diff --git a/templates/ords-remix-jwt-sample/app/components/search/ConcertResultCard.tsx b/templates/ords-remix-jwt-sample/app/components/search/ConcertResultCard.tsx index e01a83b..49f3656 100644 --- a/templates/ords-remix-jwt-sample/app/components/search/ConcertResultCard.tsx +++ b/templates/ords-remix-jwt-sample/app/components/search/ConcertResultCard.tsx @@ -49,7 +49,7 @@ function ConcertResultCard(props: ConcertResultCardProps) {
-

+

{ concertDateString }