Edit profile page

This commit is contained in:
2024-09-13 19:09:51 +02:00
parent 3b90f9acd2
commit 172208a978
16 changed files with 414 additions and 100 deletions
+4 -10
View File
@@ -1,7 +1,6 @@
import AccountIcon from '@/assets/AccountIcon';
import StatsIcon from '@/assets/StatsIcon';
import HeartIcon from '@/assets/HeartIcon';
import MapIcon from '@/assets/MapIcon';
import PeopleIcon from '@/assets/PeopleIcon';
const config = [
{
@@ -15,14 +14,9 @@ const config = [
icon: HeartIcon,
},
{
title: 'Partenaire',
link: '/partner',
icon: PeopleIcon,
},
{
title: 'Profil',
link: '/account',
icon: AccountIcon,
title: 'Stats',
link: '/statistics',
icon: StatsIcon,
},
];
+2 -2
View File
@@ -7,7 +7,7 @@
width: 100svw;
height: var(--navSize);
background-color: #d94253;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
& > .navButton {
position: relative;
@@ -39,7 +39,7 @@
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
clip-path: inset(-6px -6px 42px -6px);
}
}