mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 03:39:29 +00:00
code cleanup
This commit is contained in:
@@ -17,18 +17,18 @@ import { i18n } from "../../translate/i18n";
|
||||
|
||||
import { AuthContext } from "../../context/Auth/AuthContext";
|
||||
|
||||
const Copyright = () => {
|
||||
return (
|
||||
<Typography variant="body2" color="textSecondary" align="center">
|
||||
{"Copyleft "}
|
||||
<Link color="inherit" href="https://github.com/canove">
|
||||
Canove
|
||||
</Link>{" "}
|
||||
{new Date().getFullYear()}
|
||||
{"."}
|
||||
</Typography>
|
||||
);
|
||||
};
|
||||
// const Copyright = () => {
|
||||
// return (
|
||||
// <Typography variant="body2" color="textSecondary" align="center">
|
||||
// {"Copyleft "}
|
||||
// <Link color="inherit" href="https://github.com/canove">
|
||||
// Canove
|
||||
// </Link>{" "}
|
||||
// {new Date().getFullYear()}
|
||||
// {"."}
|
||||
// </Typography>
|
||||
// );
|
||||
// };
|
||||
|
||||
const useStyles = makeStyles(theme => ({
|
||||
paper: {
|
||||
|
||||
@@ -22,18 +22,18 @@ import { i18n } from "../../translate/i18n";
|
||||
|
||||
import api from "../../services/api";
|
||||
|
||||
const Copyright = () => {
|
||||
return (
|
||||
<Typography variant="body2" color="textSecondary" align="center">
|
||||
{"Copyleft "}
|
||||
<Link color="inherit" href="https://github.com/canove">
|
||||
Canove
|
||||
</Link>{" "}
|
||||
{new Date().getFullYear()}
|
||||
{"."}
|
||||
</Typography>
|
||||
);
|
||||
};
|
||||
// const Copyright = () => {
|
||||
// return (
|
||||
// <Typography variant="body2" color="textSecondary" align="center">
|
||||
// {"Copyleft "}
|
||||
// <Link color="inherit" href="https://github.com/canove">
|
||||
// Canove
|
||||
// </Link>{" "}
|
||||
// {new Date().getFullYear()}
|
||||
// {"."}
|
||||
// </Typography>
|
||||
// );
|
||||
// };
|
||||
|
||||
const useStyles = makeStyles(theme => ({
|
||||
paper: {
|
||||
|
||||
Reference in New Issue
Block a user