Skip to content

Commit

Permalink
admin: make no https an error
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Mar 25, 2024
1 parent ccaffb9 commit a9fb431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/admin/sections/Performance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2>{{ $options.title }}</h2>

<p>
<NcNoteCard :type="isHttps ? 'success' : 'warning'">
<NcNoteCard :type="isHttps ? 'success' : 'error'">
{{
isHttps
? t('memories', 'HTTPS is enabled')
Expand Down

0 comments on commit a9fb431

Please sign in to comment.