Merge branch 'dev'
This commit is contained in:
commit
219f653921
|
|
@ -680,7 +680,7 @@ export function renderShell(opts: ShellOptions): string {
|
|||
'<div class="access-gate__card">' +
|
||||
'<div class="access-gate__icon">🔒</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>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue