mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 04:39:20 +00:00
Some style improovement
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user