Skip to content

Commit

Permalink
Remove unnecessary gap
Browse files Browse the repository at this point in the history
  • Loading branch information
mathildehaugum committed Nov 14, 2023
1 parent f9befc7 commit 9d89b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/FilteredConsultantsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function FilteredConsultantList() {

return (
<div className="flex flex-col gap-8">
<div className="flex flex-row justify-between items-center gap-6">
<div className="flex flex-row justify-between items-center">
<ActiveFilters />
<WeekSelection />
</div>
Expand Down

0 comments on commit 9d89b2a

Please sign in to comment.