fixed novo market apis
This commit is contained in:
@@ -75,6 +75,9 @@
|
||||
</div>
|
||||
<div class="novo-category-info">
|
||||
<h3>{{ categoryName(category) }}</h3>
|
||||
@if (getItemCount(category.categoryID)) {
|
||||
<span class="novo-category-count">{{ getItemCount(category.categoryID) }}</span>
|
||||
}
|
||||
<span class="novo-category-arrow">→</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@@ -307,6 +307,13 @@
|
||||
color: var(--text-primary);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.novo-category-count {
|
||||
font-size: 0.85rem;
|
||||
color: var(--text-secondary, #888);
|
||||
margin-left: auto;
|
||||
margin-right: 0.75rem;
|
||||
}
|
||||
|
||||
.novo-category-arrow {
|
||||
font-size: 1.5rem;
|
||||
|
||||
@@ -4,7 +4,7 @@ export const environment = {
|
||||
brandName: 'novo Market',
|
||||
brandFullName: 'novo Market',
|
||||
theme: 'novo',
|
||||
apiUrl: 'https://api.novo.market:444',
|
||||
apiUrl: '/api',
|
||||
logo: '/assets/images/novo-logo.svg',
|
||||
contactEmail: 'info@novo.market',
|
||||
supportEmail: 'info@novo.market',
|
||||
|
||||
@@ -4,7 +4,7 @@ export const environment = {
|
||||
brandName: 'novo Market',
|
||||
brandFullName: 'novo Market',
|
||||
theme: 'novo',
|
||||
apiUrl: 'https://api.novo.market:444',
|
||||
apiUrl: '/api',
|
||||
logo: '/assets/images/novo-logo.svg',
|
||||
contactEmail: 'info@novo.market',
|
||||
supportEmail: 'info@novo.market',
|
||||
|
||||
Reference in New Issue
Block a user