Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions vite-project/src/components/layout/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ const Hero = () => {

<div className="space-y-3">
<div className="flex justify-between text-sm font-medium">
<span className="text-slate-600">
Boston Marathon Course
</span>
<span className="text-slate-600">Boston Marathon</span>
<span className="text-orange-500">Rolling Hills</span>
</div>
Comment on lines 151 to 154
<div className="h-24 w-full bg-slate-50 rounded-lg border border-slate-100 relative flex items-end px-2 pb-2 gap-1 overflow-hidden">
Expand Down
Loading