mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Revert refactoring of maintenance page
This commit is contained in:
parent
9a736100df
commit
eaf35d1bfd
@ -9,7 +9,11 @@
|
||||
<ds-flex-item :width="{ base: '100%', sm: 1, md: 1 }">
|
||||
<ds-space>
|
||||
<a :href="links.ORGANIZATION" :title="$t('login.moreInfo', metadata)" target="_blank">
|
||||
<logo type="maintenance" />
|
||||
<img
|
||||
class="image"
|
||||
alt="Under maintenance"
|
||||
src="/img/custom/under-maintenance.svg"
|
||||
/>
|
||||
</a>
|
||||
</ds-space>
|
||||
</ds-flex-item>
|
||||
@ -38,13 +42,11 @@ import emails from '~/constants/emails.js'
|
||||
import links from '~/constants/links.js'
|
||||
import metadata from '~/constants/metadata.js'
|
||||
import LocaleSwitch from '~/components/LocaleSwitch/LocaleSwitch'
|
||||
import Logo from '~/components/Logo/Logo'
|
||||
|
||||
export default {
|
||||
layout: 'blank',
|
||||
components: {
|
||||
LocaleSwitch,
|
||||
Logo,
|
||||
},
|
||||
data() {
|
||||
return { links, metadata, supportEmail: emails.SUPPORT }
|
||||
@ -52,4 +54,9 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss"></style>
|
||||
<style lang="scss">
|
||||
.image {
|
||||
width: 75%;
|
||||
height: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
65
webapp/static/img/custom/under-maintenance.svg
Normal file
65
webapp/static/img/custom/under-maintenance.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 28 KiB |
Loading…
x
Reference in New Issue
Block a user