minor change

This commit is contained in:
daniel31x13
2024-09-12 15:46:16 -04:00
parent aaf3590542
commit 38f731f313
2 changed files with 2 additions and 2 deletions
@@ -133,7 +133,7 @@ export default function EditCollectionSharingModal({
{collection.isPublic && (
<div>
<p className="mb-2">{t("sharable_link_guide")}</p>
<p className="mb-2">{t("sharable_link")}</p>
<div className="w-full hide-scrollbar overflow-x-auto whitespace-nowrap rounded-md p-2 bg-base-200 border-neutral-content border-solid border flex items-center gap-2 justify-between">
{publicCollectionURL}
<CopyButton text={publicCollectionURL} />