Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 28, 2023
1 parent 3c17304 commit 7242e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const TopBar = ({ navOpen, setNavOpen }: Props) => {
>
<Link
legacyBehavior
href={`https://material-react-table.com/${pathname}`}
href={`https://v1.material-react-table.com/${pathname}`}
>
<MenuItem sx={{ m: 0 }} value="v1">
V1
Expand Down
2 changes: 1 addition & 1 deletion apps/material-react-table-docs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function App({ Component, pageProps }: AppProps) {
)}
</Head>
<PlausibleProvider
domain="v2.material-react-table.com"
domain="material-react-table.com"
enabled={process.env.NODE_ENV === 'production'}
>
<ThemeContextProvider>
Expand Down

1 comment on commit 7242e17

@vercel
Copy link

@vercel vercel bot commented on 7242e17 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.