your personal website on atproto - mirror blento.app

update recently updated

+3 -1
-1
src/lib/cards/SpecialCards/UpdatedBlentos/UpdatedBlentosCard.svelte
··· 20 20 </script> 21 21 22 22 <div class="flex h-full flex-col"> 23 - <div class="px-4 py-2 text-2xl font-bold">Recently updated blentos</div> 24 23 <div class="flex max-w-full grow items-center gap-4 overflow-x-scroll overflow-y-hidden px-4"> 25 24 {#each profiles as profile (profile.did)} 26 25 <a
+3
src/lib/cards/SpecialCards/UpdatedBlentos/index.ts
··· 57 57 return []; 58 58 } 59 59 } 60 + // name: 'Updated Blentos', 61 + // groups: ['Social'], 62 + // icon: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="size-4"><path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM12 6c-1.602 0-3.155.474-4.434 1.357L18 16.791A8.959 8.959 0 0 0 21 12h-4.5Z" /></svg>` 60 63 } as CardDefinition & { type: 'updatedBlentos' };