Skip to content

Commit

Permalink
Merge pull request #230 from official-Trippy/feature/#127
Browse files Browse the repository at this point in the history
fix: 웹사이트 favicon
  • Loading branch information
kimkimjunjun authored Oct 14, 2024
2 parents bf84f5a + 94b10ca commit 088df49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function RootLayout({
const pathname = usePathname(); // 현재 페이지 경로 가져오기

// 특정 페이지에서만 Header를 숨기기 (예시: "/login"과 "/signup"에서 Header 숨김)
const hideHeaderPages = ["/login", "/signUp", "/blogRegister" ,"/blogRegister2", "/blogRegister3", , "/findAccount", , "/findPassword", , "/privacy"];
const hideHeaderPages = ["/login", "/signUp", "/blogRegister", "/blogRegister2", "/blogRegister3", "/findAccount", "/findPassword", "/privacy"];
const shouldShowHeader = !hideHeaderPages.includes(pathname);

return (
Expand Down Expand Up @@ -76,4 +76,4 @@ export default function RootLayout({
</body>
</html>
);
}
}
Binary file added src/dummy/TrippyFavicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 088df49

Please sign in to comment.