refactor: убрал иконку приветствия из заголовка
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 9s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 14s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Successful in 27s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 7s

This commit is contained in:
2026-05-12 14:04:45 +03:00
parent 462cbb360d
commit 17093784e2
@@ -51,7 +51,6 @@ onMounted(async () => {
<div>
<h1 class="page-title">
Добрый день, {{ formatUserName(user.name) }}!
<AppIcon class="inline-icon" icon="hand-stop" :size="18" />
</h1>
<p v-if="userMetaLine" class="text-secondary">{{ userMetaLine }}</p>
</div>