diff --git a/src/components/common/Gnb.tsx b/src/components/common/Gnb.tsx index 16d83dd..d4694b9 100644 --- a/src/components/common/Gnb.tsx +++ b/src/components/common/Gnb.tsx @@ -10,13 +10,15 @@ import UserDefaultImg from './UserDefaultImg'; function Gnb() { return ( - //inset-x-0 -> x축:left,right둘 다 0 -
- -
+
+ {/* ㄴ백드롭 필터 적용*/} +
+ +
+
); }