Skip to content

Commit

Permalink
Updated website link in next example
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Dec 9, 2024
1 parent ffc4c17 commit 13331d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example_next/src/app/cms/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export function App() {
logo={logo.src}
autoOpenDrawer={false}>
<AppBar title={title}
endAdornment={<Link href={"../products"} target={"_blank"}>
endAdornment={<Link href={"/products"} target={"_blank"}>
<Button variant={"text"}>
<OpenInNewIcon/>
Go to website
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export function App() {
logo={logo.src}
autoOpenDrawer={false}>
<AppBar title={title}
endAdornment={<Link href={"../"} target={"_blank"}>
endAdornment={<Link href={"/"} target={"_blank"}>
<Button variant={"text"}>
<OpenInNewIcon/>
Go to website
Expand Down

0 comments on commit 13331d1

Please sign in to comment.