Skip to content

Commit

Permalink
Fix: 플러스 아이콘 및 collaborators 컴포넌트 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahyun-Kang committed Feb 4, 2024
1 parent 80916be commit 2181877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion public/icons/collaborators_plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Image from 'next/image';
import CollaboratorsPopOver from '@/app/[userNickname]/[listId]/_components/ListDetailOuter/CollaboratorsPopOver';
import * as styles from './Collaborators.css';
import DefaultProfile from '/public/icons/default_profile_temporary.svg';
import PlusIcon from '/public/icons/plus.svg';
import PlusIcon from '/public/icons/collaborators_plus.svg';
import { CollaboratorType } from '../../mockData/mockdataType';

interface CollaboratorsProps {
Expand Down

0 comments on commit 2181877

Please sign in to comment.