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
5 changes: 3 additions & 2 deletions vite-project/src/components/layout/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ const Hero = () => {
</div>
<div className="text-2xl font-bold text-slate-900">
Boston Marathon{" "}
<span className="text-orange-500">Rolling Hills</span>
</div>
</div>
<div className="h-10 w-10 bg-emerald-100 rounded-full flex items-center justify-center text-emerald-600">
Expand All @@ -156,7 +155,9 @@ const Hero = () => {

<div className="space-y-3">
<div className="flex justify-between text-sm font-medium">
<span className="text-slate-600">Boston Marathon</span>
<span className="text-slate-600">
Race Course Elevation
</span>
<span className="text-orange-500">Rolling Hills</span>
</div>
<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