diff --git a/src/components/PetAvatar/index.scss b/src/components/PetAvatar/index.scss index a9e8aee3..96dab716 100644 --- a/src/components/PetAvatar/index.scss +++ b/src/components/PetAvatar/index.scss @@ -7,12 +7,12 @@ gap: 1rem; align-items: center; + + text-decoration: none; aspect-ratio: 1/1; &__img { - min-width: 6rem; height: 100%; - min-height: 6rem; outline: 0.15rem solid colors.$gray500; @@ -26,9 +26,6 @@ } &__title { - height: 100%; - min-height: 2.2rem; - max-height: 2.2rem; overflow: hidden; font-family: fonts.$fourthFont; diff --git a/src/layouts/app/components/SideMenu/index.js b/src/layouts/app/components/SideMenu/index.js index e8b38b84..7d6d383d 100644 --- a/src/layouts/app/components/SideMenu/index.js +++ b/src/layouts/app/components/SideMenu/index.js @@ -10,7 +10,7 @@ import notificacoes from './images/notifications.svg'; import perfil from './images/perfil.svg'; import petdex from './images/petdex.svg'; import './index.scss'; -import PetAvatar from '../../../components/PetAvatar'; +import PetAvatar from '../../../../components/PetAvatar'; const html = `