Merge branch 'dev'

This commit is contained in:
Jeff Emmett 2026-03-22 15:39:53 -07:00
commit 219f653921
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ export function renderShell(opts: ShellOptions): string {
'<div class="access-gate__card">' +
'<div class="access-gate__icon">&#x1F512;</div>' +
'<h2 class="access-gate__title">Private Space</h2>' +
'<p class="access-gate__desc">You don\'t have access to <strong>' + slug + '</strong>.</p>' +
'<p class="access-gate__desc">You don\\\'t have access to <strong>' + slug + '</strong>.</p>' +
'<p class="access-gate__hint">This space is private. Ask the owner to invite you as a member.</p>' +
'<a href="' + homeHref + '" class="access-gate__btn">' + homeLabel + '</a>' +
'</div>';