Skip to content

Commit

Permalink
Waitlist View (modal_wait)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericramos-07 committed Dec 16, 2023
1 parent 8f47e86 commit 8e23caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/modal_wait.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function BasicModal({ isOpen, onClose }: BasicModalProps) {
</div>

<div className="container">
<div className="container bg-gray-200 rounded-lg mt-7 mb-3 text-xs">
<div className="container bg-gray-200 rounded-lg mt-8 mb-3 text-xs">
<InfoTable data={filteredData} />
</div>

Expand Down

0 comments on commit 8e23caf

Please sign in to comment.