nandi/gleanpublic Fork 0
5493a74
Commits
Clone
git clone https://git.rickub.com/nandi/glean.git
git clone ssh://git@rickub.com/nandi/glean.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

fix: fix typo in layoutUnverified

Julien Robert committed 2026-07-03T09:53:26+02:00 Browse files
5493a74 parent: 51a47fb
modified web/src/routes/dashboard/+page.svelte +1 -1
@@ -122,7 +122,7 @@
122122 >
123123 </div>
124124 </div>
125- :else if unreadArticles.length > 0
125+{:else if unreadArticles.length > 0}
126126 <!-- Recommended articles -->
127127 {#if articleRecs && articleRecs.length > 0}
128128 <section class="mb-10">
@@ -122,7 +122,7 @@
122 >122 >
123 </div>123 </div>
124 </div>124 </div>
125- :else if unreadArticles.length > 0125+{:else if unreadArticles.length > 0}
126 <!-- Recommended articles -->126 <!-- Recommended articles -->
127 {#if articleRecs && articleRecs.length > 0}127 {#if articleRecs && articleRecs.length > 0}
128 <section class="mb-10">128 <section class="mb-10">