Skip to content

Commit

Permalink
Update PropertyFilters.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Jun 15, 2024
1 parent 49315ba commit 5fca05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/PropertyFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const PropertyFilters = ({ properties }: Props) => {
});

return (
<div className="Wrapper flex flex-col space-y-[-20px] sm:space-y-[-16px] w-full mb-2.5 sm:mb-8">
<div className="Wrapper flex flex-col space-y-[-20px] sm:space-y-[-16px] w-full mb-4 sm:mb-8">
<ExplorerLinks />
<div className="filters">
<div className="flex flex-row flex-wrap sm:flex-nowrap justify-start items-center gap-2 md:gap-4 w-full">
Expand Down

0 comments on commit 5fca05a

Please sign in to comment.