Skip to content

Commit 0154c45

Browse files
committed
Added dashboard link
1 parent 577e540 commit 0154c45

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/app/App.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ div.rounded-input {
1717
.no-anchor-styles:hover, .no-anchor-styles:focus {
1818
color: inherit;
1919
text-decoration: none;
20+
outline: none;
2021
}
2122
.default-button-styles, .default-button-styles:hover, .default-button-styles:focus {
2223
text-decoration: none;

src/components/app/Header.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ const Header = props => {
130130
<List>
131131
<ListItem disablePadding sx={{ display: 'block' }}>
132132
<ListItemButton
133+
href="/#/"
134+
className='no-anchor-styles'
133135
selected={open}
134136
sx={{
135137
minHeight: 56,

0 commit comments

Comments
 (0)