Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasnasre committed Nov 25, 2024
1 parent d257a77 commit c4d99bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Organisedevent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function Organisedevent({ user }: any) {
</Button>
<Link
href={`/manage-feedback/${event.id}`}
className="flex flex-row justify-center items-center"
className="flex flex-row"
>
<Button
variant="outline"
Expand Down

0 comments on commit c4d99bf

Please sign in to comment.