From 2bab15eb50f1a10d0e901ef7f36f18477ba8a2de Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Thu, 3 Sep 2026 13:32:05 +0300 Subject: [PATCH] Fix app detail heading hierarchy --- src/pages/apps/[id].astro | 6 +++--- src/styles/appstore.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/apps/[id].astro b/src/pages/apps/[id].astro index 3b25ba8a..b37803d1 100644 --- a/src/pages/apps/[id].astro +++ b/src/pages/apps/[id].astro @@ -343,7 +343,7 @@ const canonicalUrl = `https://pilotprotocol.network/apps/${app.id}`;