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
🚀 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:
@@ -51,7 +51,6 @@ onMounted(async () => {
|
|||||||
<div>
|
<div>
|
||||||
<h1 class="page-title">
|
<h1 class="page-title">
|
||||||
Добрый день, {{ formatUserName(user.name) }}!
|
Добрый день, {{ formatUserName(user.name) }}!
|
||||||
<AppIcon class="inline-icon" icon="hand-stop" :size="18" />
|
|
||||||
</h1>
|
</h1>
|
||||||
<p v-if="userMetaLine" class="text-secondary">{{ userMetaLine }}</p>
|
<p v-if="userMetaLine" class="text-secondary">{{ userMetaLine }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user