Skip to content

Commit

Permalink
Merge pull request #1042 from uasoft-indonesia/task/v2/link-maintenance
Browse files Browse the repository at this point in the history
update link maintenance
  • Loading branch information
rizkiheryandi authored Nov 6, 2023
2 parents 12465ac + 951557c commit 2f8b50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/js/components/BadasoSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<vs-col :vs-lg="size" vs-xs="12" class="badaso-switch__container">
<div v-if="label == 'Maintenance for all pages.' && status">
<label v-if="label != ''" for="" class="badaso-switch__label"
>{{ label }} <span style="color: red;">({{ $t("site.maintenanceMode")}} <a href="https://badaso-docs.uatech.co.id/getting-started/configuration">{{ $t("database.browse.fieldNotSupport.button.visitDocs")}}</a>)</span>
>{{ label }} <span style="color: red;">({{ $t("site.maintenanceMode")}} <a href="https://badaso-docs.uatech.co.id/getting-started/configuration#maintenance">{{ $t("database.browse.fieldNotSupport.button.visitDocs")}}</a>)</span>
<vs-tooltip :text="tooltip" v-if="tooltip">
<vs-icon icon="help_outline" size="16px" color="#A5A5A5"></vs-icon>
</vs-tooltip>
Expand Down

0 comments on commit 2f8b50d

Please sign in to comment.