feat: add chat.bocken.org link to homepage links grid
Some checks failed
CI / update (push) Has been cancelled
Some checks failed
CI / update (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.26.0",
|
||||
"version": "1.26.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
shopping: isEnglish ? 'Shopping' : 'Einkauf',
|
||||
familyTree: isEnglish ? 'Family Tree' : 'Stammbaum',
|
||||
faith: isEnglish ? 'Faith' : 'Glaube',
|
||||
chat: 'Chat',
|
||||
transmission: 'Transmission',
|
||||
documents: isEnglish ? 'Documents' : 'Dokumente',
|
||||
audiobooksPodcasts: isEnglish ? 'Audiobooks & Podcasts' : 'Hörbücher & Podcasts',
|
||||
@@ -201,6 +202,11 @@ section h2{
|
||||
<h3>{labels.searchEngine}</h3>
|
||||
</a>
|
||||
|
||||
<a href="https://chat.bocken.org">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="636" height="580" viewBox="-10 -258 636 580"><path d="M168-248h448v392L490 60v-161c0-12-9-21-21-21H301c-12 0-21 9-21 21s9 21 21 21h147v308H238l-126 84v-84H0V-80h168v-168z"/></svg>
|
||||
<h3>{labels.chat}</h3>
|
||||
</a>
|
||||
|
||||
<a href="https://tree.bocken.org">
|
||||
<svg class="lock-icon"><use href="#lock-icon"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M335.5 4l288 160c15.4 8.6 21 28.1 12.4 43.5s-28.1 21-43.5 12.4L320 68.6 47.5 220c-15.4 8.6-34.9 3-43.5-12.4s-3-34.9 12.4-43.5L304.5 4c9.7-5.4 21.4-5.4 31.1 0zM320 160a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM144 256a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm312 40a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM226.9 491.4L200 441.5V480c0 17.7-14.3 32-32 32H120c-17.7 0-32-14.3-32-32V441.5L61.1 491.4c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l37.9-70.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c16.3 0 31.9 4.5 45.4 12.6l33.6-62.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c32.4 0 62.1 17.8 77.5 46.3l33.6 62.3c13.5-8.1 29.1-12.6 45.4-12.6h19.5c32.4 0 62.1 17.8 77.5 46.3l37.9 70.3c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8L552 441.5V480c0 17.7-14.3 32-32 32H472c-17.7 0-32-14.3-32-32V441.5l-26.9 49.9c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l36.3-67.5c-1.7-1.7-3.2-3.6-4.3-5.8L376 345.5V400c0 17.7-14.3 32-32 32H296c-17.7 0-32-14.3-32-32V345.5l-26.9 49.9c-1.2 2.2-2.6 4.1-4.3 5.8l36.3 67.5c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8z"/></svg>
|
||||
|
||||
Reference in New Issue
Block a user