Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(empty-results): prefix container class name
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 21, 2017
1 parent bbdc437 commit 6bd49ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion packages/vue-algolia-empty-results/src/EmptyResults.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="empty-search-results" v-if="totalResults <= 0">
<div class="alg-empty-search-results" v-if="totalResults <= 0">
<slot :query="query">
No results matched your query <strong class="alg-empty-results__query">{{query}}</strong>
</slot>
Expand Down

0 comments on commit 6bd49ea

Please sign in to comment.