Skip to content

Commit

Permalink
Merge pull request #1296 from sundowndev/fix/demo-alert
Browse files Browse the repository at this point in the history
fix: hide demo alert by default
  • Loading branch information
sundowndev committed Jun 29, 2023
2 parents af11276 + 617f0f8 commit c054b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<b-container class="my-md-3">
<b-row>
<b-col cols="12">
<b-alert show variant="warning" fade>Welcome to the demo of PhoneInfoga web client.</b-alert>
<b-alert v-if="isDemo" show variant="warning" fade>Welcome to the demo of PhoneInfoga web client.</b-alert>

Check warning on line 51 in web/client/src/App.vue

View workflow job for this annotation

GitHub Actions / build (15.11.x)

Replace `>Welcome·to·the·demo·of·PhoneInfoga·web·client.</b-alert` with `⏎············>Welcome·to·the·demo·of·PhoneInfoga·web·client.</b-alert⏎··········`

Check warning on line 51 in web/client/src/App.vue

View workflow job for this annotation

GitHub Actions / Build

Replace `>Welcome·to·the·demo·of·PhoneInfoga·web·client.</b-alert` with `⏎············>Welcome·to·the·demo·of·PhoneInfoga·web·client.</b-alert⏎··········`

Check warning on line 51 in web/client/src/App.vue

View workflow job for this annotation

GitHub Actions / goreleaser

Replace `>Welcome·to·the·demo·of·PhoneInfoga·web·client.</b-alert` with `⏎············>Welcome·to·the·demo·of·PhoneInfoga·web·client.</b-alert⏎··········`
<b-alert
v-for="(err, i) in errors"
v-bind:key="i"
Expand Down

0 comments on commit c054b38

Please sign in to comment.