Skip to content

Commit

Permalink
Merge pull request #26 from FluxonApps/sofia/fix_profile_image
Browse files Browse the repository at this point in the history
I hope it is the final change in import profile icon
  • Loading branch information
sofiasampara76 authored Jun 7, 2024
2 parents 3c42038 + e446094 commit a95544d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useCollection, useCollectionData, useDocumentData } from 'react-firebas
import { db, auth } from '../../firebase.config';
import logo from '../assets/BEHONEST02.png'; // Ensure the correct path and file extension
import photox from '../assets/defaultPhoto.png';
import profileIcon from '../assets/profile_icon.png';
import profileIcon from '../assets/defaultPhoto.png';
import search from '../assets/search.png';
import star from '../assets/star.png';

Expand Down

0 comments on commit a95544d

Please sign in to comment.