Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
🎨 Add copyright notice to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Apr 26, 2021
1 parent 48e1439 commit b1dbca3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '../styles/constants.scss';

.root {
margin-bottom: 30px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,12 @@ const MainPage: React.FC = () => {
/>
</Grid>
</Grid>

<Grid row>
<Grid xs={12}>
<Text>© 2021 Lisk Foundation</Text>
</Grid>
</Grid>
</Grid>

<AccountDialog
Expand Down

0 comments on commit b1dbca3

Please sign in to comment.