We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0025ed7 commit ef5b603Copy full SHA for ef5b603
src/components/Layout.jsx
@@ -46,7 +46,7 @@ const Layout = ({
46
const isTheVaguePage = location.pathname.startsWith('/the-vague');
47
const isAboutPage = location.pathname.startsWith('/about');
48
const isGraphPage = location.pathname === '/graph';
49
- const isTerminalPage = location.pathname === '/terminal';
+ const isTerminalPage = location.pathname.startsWith('/terminal');
50
51
// Check for special project styles that require hiding the default layout
52
const projectSlug = location.pathname.startsWith('/projects/')
0 commit comments