diff --git a/src/components/category/CategoryBtn.vue b/src/components/category/CategoryBtn.vue index 8ed7d8d..57b8a47 100644 --- a/src/components/category/CategoryBtn.vue +++ b/src/components/category/CategoryBtn.vue @@ -5,35 +5,33 @@ type="button" class="btn" :class="{ - 'btn-outline-primary': selectedCategory !== 'all', - 'btn-primary': selectedCategory === 'all' + 'btn-outline-primary': selectedCategory !== 'all', + 'btn-primary': selectedCategory === 'all' }" @click="selectCategory('all')" > - All + All