Skip to content

Commit

Permalink
Merge pull request #183 from HE-Arc/178-correct-orthographe
Browse files Browse the repository at this point in the history
fix categorie typo into category
  • Loading branch information
Strogator authored May 2, 2024
2 parents f6928bc + 08aba48 commit 6ec61e0
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 6ec61e0

Please sign in to comment.