refactor: admin user modal, image upload, and new schedule page
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -825,7 +825,7 @@
|
||||
{tags.length === 1 ? 'tag' : 'tags'}.
|
||||
{#if tags.length > 0}
|
||||
<div class="mt-3 flex flex-wrap gap-2">
|
||||
{#each tags as tag}
|
||||
{#each tags as tag (tag)}
|
||||
<span
|
||||
class="inline-block rounded-full bg-gray-200 px-2.5 py-1 text-xs text-gray-800"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user