Skip to content

Commit

Permalink
DONE
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjcai committed Apr 21, 2024
1 parent 1a4f70b commit 9e9f0d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/pickup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,13 @@ export default function PickUp() {
<Heading4Bold>Time Slot</Heading4Bold>
</div>

<div style={{ display: 'flex', justifyContent: 'space-between',width: "660px" }}>
<div
style={{
display: 'flex',
justifyContent: 'space-between',
width: '660px',
}}
>
{Time.map(time => (
<PickupTimeButton
key={time.id}
Expand Down

0 comments on commit 9e9f0d1

Please sign in to comment.