diff --git a/luckydiamond/src/assets/css/PagesStyles/profile.css b/luckydiamond/src/assets/css/PagesStyles/profile.css index ae25b40..64738dc 100644 --- a/luckydiamond/src/assets/css/PagesStyles/profile.css +++ b/luckydiamond/src/assets/css/PagesStyles/profile.css @@ -45,6 +45,11 @@ flex-direction: column; } +.icon-diamond h2 img { + width: 20px; + height: 20px; +} + .deposit-icon { margin: 3px 0 0 10px; } diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index 2f99436..e7a42d7 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -9,7 +9,7 @@
-
+

{{ username }}

{{ balance }}