TIL #045
오늘 한 것 GNB 위치 지정 BNB 구현 AppGuide 구현 LoginTemplate 구현 CommunityCard 구현 RoundButton 구현 CommunityTemplate 구현 #1 issue 풀리퀘 형성 및 dev로 머지 테스트 페이지 배포 오늘 배운 것 fixed 컴포넌트 가운데 정렬하기 %를 이용해 top, left 등을 지정하면 된다 .container { position: fixed; top: 50%; left: 50%; } next13에서 현재 url 찾는 방법 : usePathname usePathname을 통해 현재 url을 알 수 있다. usePathname은 next/navigation을 통해 불러올 수 있다. 'use client' import {usePat..