Skip to content

Commit

Permalink
fix(studio): fixed path to admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
allardy committed Nov 8, 2018
1 parent dcc211b commit 5134795
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ class SidebarFooter extends React.Component {
return (
<div className={sidebarFooterClassNames}>
<div className={sidebarInnerClassNames}>
<a className={adminClassNames} href="../../admin" title="admin">
<a className={adminClassNames} href="/admin" title="admin">
<i className="icon material-icons">home</i>
<span>Admin</span>
</a>
Expand Down

0 comments on commit 5134795

Please sign in to comment.