Skip to content

Commit

Permalink
feature: indicate current tab in query params (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknownflow authored Oct 18, 2023
1 parent 150c58a commit 0737b1d
Show file tree
Hide file tree
Showing 4 changed files with 13,318 additions and 23,842 deletions.
2 changes: 1 addition & 1 deletion components/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface Props {
const URL_APPLY = "/apply";
const URL_HOME = "https://advisory.sg/";
const URL_FAQ = "/faq";
const URL_MENTORS = "/mentors";
const URL_MENTORS = "/mentors/0";

const ResponsiveDrawer = (props: Props) => {
const { window } = props;
Expand Down
Loading

0 comments on commit 0737b1d

Please sign in to comment.