mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
frontend for pinned resources
This commit is contained in:
@@ -164,7 +164,8 @@ export default function CollectionPage() {
|
||||
<span className="flex-1" />
|
||||
{!collection.isPublic && (
|
||||
<Badge className="badge-soft badge-error text-xs mr-2 shadow-xs">
|
||||
<MdOutlineLock size={16} className="inline-block" /> {t("Private")}
|
||||
<MdOutlineLock size={16} className="inline-block" />{" "}
|
||||
{t("Private")}
|
||||
</Badge>
|
||||
)}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user