Skip to content

Commit

Permalink
fix: 로고명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Jun 12, 2024
1 parent 2b89709 commit f9260bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Layout = ({ children, title, isFullWidth = false }: LayoutProps) => {
return (
<>
<Head>
<title>{title ? `${title} | Effispace` : 'Effispace'}</title>
<title>{title ? `${title} | Offispace` : 'Offispace'}</title>
</Head>
{filteredPathName.includes('reservation') ? <ReservationHeader /> : <Header />}
<section style={{ width: isFullWidth ? '100%' : undefined }}>{children}</section>
Expand Down

0 comments on commit f9260bd

Please sign in to comment.