We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5b603 commit 917f43dCopy full SHA for 917f43d
src/components/Layout.jsx
@@ -45,7 +45,7 @@ const Layout = ({
45
// Check if we are on the about page or graph page to conditionally render layout elements
46
const isTheVaguePage = location.pathname.startsWith('/the-vague');
47
const isAboutPage = location.pathname.startsWith('/about');
48
- const isGraphPage = location.pathname === '/graph';
+ const isGraphPage = location.pathname.startsWith('/graph');
49
const isTerminalPage = location.pathname.startsWith('/terminal');
50
51
// Check for special project styles that require hiding the default layout
0 commit comments