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