Skip to content

Commit

Permalink
Update organizerView.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Oct 22, 2024
1 parent 4345872 commit f5692d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/views/organizerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ function OrganizerView() {
<h1 className="text-center text-3xl">Organizer View</h1>

{/* Two buttons, semi-radio where one button is for the "tab". If active, darken the button */}
<div className="flex justify-center space-x-4">
<div className="grid md:grid-cols-5 justify-center space-x-4">
<button
disabled={isSponsor}
className={`rounded bg-blue-500 px-4 py-2 font-bold text-white hover:bg-blue-700 ${
Expand Down

0 comments on commit f5692d7

Please sign in to comment.