Skip to content

Commit

Permalink
Temporarily disable custom logo feature
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Jan 19, 2024
1 parent fdffa77 commit 80397d1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Pages/ManageWiki/Cards/Logo.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<v-card>
<v-card disabled>
<v-card-title>Set Logo</v-card-title>
<v-card-text class="feature-disabled">This feature is undergoing maintenance!</v-card-text>
<v-card-text>
<v-file-input
hint="Upload a square PNG logo that is at least 135x135 pixels."
Expand Down Expand Up @@ -65,4 +66,8 @@ export default {
</script>

<style lang="css" scoped>
.feature-disabled {
color: red !important;
padding-bottom: 0;
}
</style>

0 comments on commit 80397d1

Please sign in to comment.