Skip to content

Commit af6ff29

Browse files
committed
fix: <Analytics> 태그 뒤 불필요한 세미콜론 제거하여 푸터 떠있는 현상 해결
1 parent 405273d commit af6ff29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function RootLayout({
6767
<div id="modal-root" />
6868
<Modal />
6969
{children}
70-
<Analytics />;
70+
<Analytics />
7171
</body>
7272
</html>
7373
);

0 commit comments

Comments
 (0)