diff --git a/src/Admin/Components/Components/DataCards/AchievementsCard.js b/src/Admin/Components/Components/DataCards/AchievementsCard.js index 3babb97d83395904d23b759ee1314612cbc436b9..e0bc0efc43f7c4b1e21aa22738b347b8f7b40743 100644 --- a/src/Admin/Components/Components/DataCards/AchievementsCard.js +++ b/src/Admin/Components/Components/DataCards/AchievementsCard.js @@ -41,8 +41,6 @@ import { import Paper from "@material-ui/core/Paper"; import styled from 'styled-components' import { GiAchievement } from 'react-icons/gi' -import ItemStoreContainer from "../../../../Pages/ItemStore"; - const AchievementCard = ({ match }) => { let history = useHistory(); @@ -342,7 +340,7 @@ const AchievementCard = ({ match }) => { <Grid item> <Link style={{ textDecoration: "none" }} - to={`/admin/gamefication`} + to={`/admin/achievements`} > <Button startIcon={<ListRoundedIcon />} diff --git a/src/Admin/Components/Components/DataCards/GameficationCard.js b/src/Admin/Components/Components/DataCards/GameficationCard.js index 5fcff0c51741eba928a80e6770a6d247eb81ec2a..bf8bca512ad7530d2707c9d5390a3a6e0437f4ac 100644 --- a/src/Admin/Components/Components/DataCards/GameficationCard.js +++ b/src/Admin/Components/Components/DataCards/GameficationCard.js @@ -514,7 +514,7 @@ const CollectionCard = ({ match }) => { <Grid item> <Typography color="initial" className={classes.subTitle}> Descrição - </Typography> + </Typography> <Typography color="textSecondary"> {item.description} </Typography>