Skip to content

Commit

Permalink
Move week buttons to the right of the table
Browse files Browse the repository at this point in the history
  • Loading branch information
mathildehaugum committed Nov 14, 2023
1 parent 1a9a594 commit f8d97db
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-col gap-6">
<div className="flex flex-row justify-between items-center gap-6">
<ActiveFilters />
<WeekSelection />
</div>
Expand Down

0 comments on commit f8d97db

Please sign in to comment.