Skip to content

Commit

Permalink
fix: add appropiate top margin to climb page's area routes section (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
btmccord authored Jan 13, 2024
1 parent a19774f commit 4e3c2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/climbs/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ const Body = ({ climb, leftClimb, rightClimb, parentArea }: ClimbPageProps): JSX
{FormAction}
</div>
</div>
<div className='col-start-1 col-end-2'>
<div className='col-start-1 col-end-2 mt-8'>
<h4>Routes in {parentArea.areaName.includes(', The') ? 'The '.concat(parentArea.areaName.slice(0, -5)) : parentArea.areaName}</h4>
<hr className='mt-2 mb-2 border-1 border-base-content' />
{!editMode && <ClimbList gradeContext={parentArea.gradeContext} climbs={parentArea.climbs} areaMetadata={parentArea.metadata} editMode={editMode} routePageId={climbId} />}
Expand Down

1 comment on commit 4e3c2d1

@vercel
Copy link

@vercel vercel bot commented on 4e3c2d1 Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.