Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #113 from igrowker/gab-branch2
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
josepacco00 authored Dec 8, 2024
2 parents 190730c + 4ea1094 commit ddaa47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Filters/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import CategorySelect from "./CategorySelect";
import LocationInput from "./LocationInput";
import { IExperience } from "../../types/experience";
import { MagnifyingGlassIcon } from "@heroicons/react/24/solid";
import { formatCategory, formatToShortDate } from "../../utils/getDateFormat";
import { formatCategory } from "../../utils/getDateFormat";
import { InfoCard } from "../ExperienceDetail/InfoExperience";

import imageSafari from "../../assets/img/Safari.jpg";
Expand Down

0 comments on commit ddaa47f

Please sign in to comment.