refactor: remove redundant listings title on home page, keep only with active filters

This commit is contained in:
2026-02-07 15:34:35 +01:00
parent 641793b2c4
commit c902c97614

View File

@@ -394,7 +394,7 @@ class PageHome extends HTMLElement {
<section class="listings-section">
<div class="listings-header">
<h2 class="listings-title">${this.getListingsTitle()}</h2>
${showFilters ? `<h2 class="listings-title">${this.getListingsTitle()}</h2>` : ''}
${!showFilters ? `
<div class="sort-inline">
<select id="sort-select">