Skip to content

Commit

Permalink
Added finalised times
Browse files Browse the repository at this point in the history
  • Loading branch information
JHFarrant committed Jun 4, 2024
1 parent 56f4db5 commit 62434dc
Show file tree
Hide file tree
Showing 3 changed files with 92,790 additions and 34,246 deletions.
4 changes: 2 additions & 2 deletions components/itinerary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@ const Itinearry = ({
</Button>
</div>
} */}
{!!itineraryInDays.length && <p
{/* {!!itineraryInDays.length && <p
className={`pt-5 text-xs text-red-500 text-bold text-center opacity-90`}
>
{"Times are not yet confirmed ⚠️"}
</p>}
</p>}*/}
{loadingSpotifyData && (
<div className="flex justify-center py-10">
<Spinner aria-label="Extra large spinner example" size="xl" />
Expand Down
Loading

0 comments on commit 62434dc

Please sign in to comment.