File tree Expand file tree Collapse file tree
src/components/NavigationBar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ const NavigationBar: React.FC<{
173173 < Button component = { Link } to = "/themes" sx = { generalNavLinkSx } >
174174 { t ( 'navigation_bar.themes' ) }
175175 </ Button >
176- < Button component = { Link } to = "/docs/v2/playground" sx = { generalNavLinkSx } >
176+ < Button component = { Link } to = { Endpoints . projectPlaygroundUrl } sx = { generalNavLinkSx } >
177177 { t ( 'navigation_bar.playground' ) }
178178 </ Button >
179179 < Box >
@@ -444,7 +444,7 @@ const NavigationBar: React.FC<{
444444 < PaletteOutlined sx = { { mr : 1 } } />
445445 < ListItemText primary = { t ( 'navigation_bar.themes' ) } />
446446 </ ListItem >
447- < ListItem component = { Link } to = "/docs/v2/playground" sx = { generalNavLinkSx } >
447+ < ListItem component = { Link } to = { Endpoints . projectPlaygroundUrl } sx = { generalNavLinkSx } >
448448 < PsychologyOutlined sx = { { mr : 1 } } />
449449 < ListItemText primary = { t ( 'navigation_bar.playground' ) } />
450450 </ ListItem >
You can’t perform that action at this time.
0 commit comments