Some style improovement

This commit is contained in:
canove
2020-07-27 17:30:53 -03:00
parent 9477e46c24
commit 0f2e3e7216
4 changed files with 29 additions and 38 deletions

View File

@@ -1,15 +1,13 @@
import React from "react";
import Paper from "@material-ui/core/Paper";
const Dashboard = () => {
return (
<div>
<a
rel="bookmark"
target="_parent"
href="https://economicros.ddns.com.br:4043/"
>
<Paper variant="outlined" style={{ margin: 50 }}>
teste
</a>
</Paper>
</div>
);
};