Skip to content

Commit

Permalink
fix categorie typo into category
Browse files Browse the repository at this point in the history
  • Loading branch information
Strogator committed May 2, 2024
1 parent f6928bc commit 08aba48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/CategorieBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ onMounted(async () => {
<template>
<Transition>
<div v-if="imageLoaded">
<h2 class="title">Categorie</h2>
<h2 class="title">Category</h2>
<div class="category-banner" :style="{ backgroundImage: 'url(' + imageData + ')' }">
<div class="opacity-filter">
<span class="category-name">{{ categoryName }}</span>
Expand Down

0 comments on commit 08aba48

Please sign in to comment.