design: улучшения дизайна
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 11s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 13s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Failing after 20s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 9s

This commit is contained in:
2026-05-14 02:16:18 +03:00
parent fef6962fa7
commit a42a305a12
3 changed files with 187 additions and 82 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ onMounted(() => {
<template>
<div class="profile page-content">
<div class="header">
<h1 class="page-title">Профиль студента</h1>
<h1 class="page-title">Профиль пользователя</h1>
<CoinChip :amount="user.coins" />
</div>