diff --git a/frontend/public/icons/edit.svg b/frontend/public/icons/edit.svg
index 861062ac8..c8b909afe 100644
--- a/frontend/public/icons/edit.svg
+++ b/frontend/public/icons/edit.svg
@@ -1,4 +1,4 @@
diff --git a/frontend/src/app/(with-header)/(home)/HomeFAB.tsx b/frontend/src/app/(with-header)/(home)/HomeFAB.tsx
index 8da769f23..287252d2c 100644
--- a/frontend/src/app/(with-header)/(home)/HomeFAB.tsx
+++ b/frontend/src/app/(with-header)/(home)/HomeFAB.tsx
@@ -2,13 +2,16 @@ import { homePopOverData } from '@/app/_components/ui/popover/constants';
import FloatingActionButton from '@/app/_components/FloatingActionButton';
import PlusIcon from '@/../public/icons/plus.svg';
+import EditIcon from '@/../public/icons/edit.svg';
function OpenedFABIcon() {
- return ;
+ return ;
}
function ClosedFABIcon() {
- return ;
+ return (
+
+ );
}
export default function HomeFAB() {
diff --git a/frontend/src/app/_components/FloatingActionButton.tsx b/frontend/src/app/_components/FloatingActionButton.tsx
index 6aab9967d..41dcf6fd9 100644
--- a/frontend/src/app/_components/FloatingActionButton.tsx
+++ b/frontend/src/app/_components/FloatingActionButton.tsx
@@ -28,8 +28,8 @@ export default function FloatingActionButton({
return (