Skip to content

Commit

Permalink
Remove category name from header
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Oct 25, 2023
1 parent 9db2e10 commit 5e450c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/shop/shop.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<form id="shop_buy_product_{{this.stock.0._id}}" class="needs-validation h-100" method="POST" action="/shop" novalidate>
<div class="card h-100 text-center">
<div class="card-header h4">
<header>{{this.category.0.name}} {{ this.displayName }}</header>
<header>{{ this.displayName }}</header>
</div>
<div style="height: 0.3rem; background-color: {{this.category.0.color}};"></div>
<div class="card-body">
Expand Down

0 comments on commit 5e450c7

Please sign in to comment.