mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 01:12:14 +00:00
additional text logo fix
This commit is contained in:
2
public/js/main.js
vendored
2
public/js/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
<!--Password reset link sended-->
|
<!--Password reset link sended-->
|
||||||
<AuthContent name="not-found" :visible="true">
|
<AuthContent name="not-found" :visible="true">
|
||||||
<img class="logo" :src="config.app_logo" :alt="config.app_name">
|
<img v-if="config.app_logo" class="logo" :src="config.app_logo" :alt="config.app_name">
|
||||||
|
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
||||||
|
|
||||||
<h1>{{ $t('page_shared_404.title') }}</h1>
|
<h1>{{ $t('page_shared_404.title') }}</h1>
|
||||||
<h2>{{ $t('page_shared_404.subtitle') }}</h2>
|
<h2>{{ $t('page_shared_404.subtitle') }}</h2>
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
|
|
||||||
<!--Verify share link by password-->
|
<!--Verify share link by password-->
|
||||||
<AuthContent class="center" name="password" :visible="true">
|
<AuthContent class="center" name="password" :visible="true">
|
||||||
<img class="logo" :src="config.app_logo" :alt="config.app_name">
|
<img v-if="config.app_logo" class="logo" :src="config.app_logo" :alt="config.app_name">
|
||||||
|
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
||||||
|
|
||||||
<h1>{{ $t('page_shared.title') }}</h1>
|
<h1>{{ $t('page_shared.title') }}</h1>
|
||||||
<h2>{{ $t('page_shared.subtitle') }}</h2>
|
<h2>{{ $t('page_shared.subtitle') }}</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user