Skip to content

Commit

Permalink
Fix: ci에러해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahyun-Kang committed Oct 29, 2024
1 parent 1a21622 commit 77970be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(home)/_components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { QUERY_KEYS } from '@/lib/constants/queryKeys';
import * as styles from './Header.css';
import SearchIcon from '/public/icons/ver3/search.svg';
import BellIcon from '/public/icons/ver3/bell.svg';
import Avatar from '/public/icons/ver3/avatar.svg';
import Avatar from '/public/icons/ver3/Avatar.svg';

function Header() {
const [isSearchBarOpened, setIsSearchBarOpened] = useState(false);
Expand Down

0 comments on commit 77970be

Please sign in to comment.