feat: implement elk permalinks (#229)

This commit is contained in:
Daniel Roe 2022-11-29 20:51:52 +00:00 committed by GitHub
parent 26f2dec6b6
commit 6efd3c8b55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 63 additions and 8 deletions

View file

@ -1,8 +1,11 @@
<template>
<div p8 flex="~ col gap4">
<div text-sm text-secondary>
<p text-sm>
Viewing <strong>{{ currentServer }}</strong> public data
</p>
<p text-sm text-secondary>
{{ $t('nav_user.sign_in_desc') }}
</div>
</p>
<button class="btn-solid text-center" @click="openSigninDialog()">
{{ $t('action.sign_in') }}
</button>