mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-09 22:09:12 -06:00
Add current page logic to navbar, increase text size
This commit is contained in:
@@ -3,7 +3,7 @@ import AppWrapper from "../components/AppWrapper";
|
||||
import WorkInProgress from "../components/WorkInProgress";
|
||||
|
||||
const ProjectsPage: NextPage = () => {
|
||||
return <AppWrapper>
|
||||
return <AppWrapper current='projects'>
|
||||
<WorkInProgress/>
|
||||
</AppWrapper>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user