Skip to content

Commit

Permalink
fix: add better error message sign
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed May 2, 2023
1 parent 0176f72 commit 624ca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/EnvDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function decrement() {
<button @click="increment">Next Match</button>
</div>
<div v-if="error" class="error-msg">
{{error}}
{{error}}
</div>
</div>
</template>
Expand Down

0 comments on commit 624ca6c

Please sign in to comment.