refactor: consolidate auth logic into helper, add letter E2E tests,

This commit is contained in:
ramvignesh-b
2026-04-15 01:43:03 +05:30
parent 9c6400b18a
commit 5594ac50d0
5 changed files with 156 additions and 57 deletions
+1
View File
@@ -273,6 +273,7 @@ export default function Editor() {
type="button"
className="btn btn-sm btn-circle btn-ghost absolute right-2 top-2"
onClick={() => setShareLink(null)}
aria-label="Close"
>
<XCircleIcon size={18} weight="bold" />
</button>