Skip to content

Commit

Permalink
fix: fix nav header project name
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Oct 29, 2024
1 parent c59886e commit ab9dcfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ function NavigationHeader({
paddingLeft,
}: { headerHeight: number; iconSize: number; paddingLeft: number; style?: React.CSSProperties }) {
const pageContext = usePageContext()
/*
const {projectName} = pageContext.meta
//*
const { projectName } = pageContext.meta
/*/
const projectName = 'Vike'
//*/
Expand Down

0 comments on commit ab9dcfa

Please sign in to comment.