From ef9aadd68a97cbbf6dd22f0059eda4ac0e1d634d Mon Sep 17 00:00:00 2001
From: Ludoviko
Date: Sun, 24 Apr 2022 14:07:20 +0100
Subject: [PATCH] Links no longer rely on the link shortener Corrected Website
name to correct Swedish form. Corrected card layout
---
build_number | 2 +-
docker.sh | 3 +--
locales/en.json | 2 +-
locales/eo.json | 2 +-
locales/es.json | 2 +-
pages/_app.tsx | 2 +-
pages/index.tsx | 12 ++++++------
7 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/build_number b/build_number
index b8626c4..1e8b314 100644
--- a/build_number
+++ b/build_number
@@ -1 +1 @@
-4
+6
diff --git a/docker.sh b/docker.sh
index e11da6a..7720e33 100755
--- a/docker.sh
+++ b/docker.sh
@@ -2,8 +2,7 @@
m=$(cat ./build_number)
echo $m
wait 10
-docker build -t ghcr.io/lucxjo/friends-best:build-$m .
-docker build -t ghcr.io/lucxjo/friends-best:latest .
+docker build -t ghcr.io/lucxjo/friends-best:build-$m -t ghcr.io/lucxjo/friends-best:latest .
docker push ghcr.io/lucxjo/friends-best:build-$m
docker push ghcr.io/lucxjo/friends-best:latest
diff --git a/locales/en.json b/locales/en.json
index fa9fd19..fd2488e 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -1,6 +1,6 @@
{
"common": {
- "welcome": "Welcome to Vänner Bäst.",
+ "welcome": "Welcome to Vänner Bästa.",
"desc": "A Young Royals fan website with links to different discussion spaces.",
"watch": {
"title": "Watch",
diff --git a/locales/eo.json b/locales/eo.json
index ab496cf..e36addf 100644
--- a/locales/eo.json
+++ b/locales/eo.json
@@ -1,6 +1,6 @@
{
"common": {
- "welcome": "Bonvenon al Vänner Bäst.",
+ "welcome": "Bonvenon al Vänner Bästa.",
"desc": "Young Royals Fan-retejo kun ligoj al diversaj diskutaj spacoj.",
"watch": {
"title": "Viglu",
diff --git a/locales/es.json b/locales/es.json
index 1a11b32..c1a7340 100644
--- a/locales/es.json
+++ b/locales/es.json
@@ -1,6 +1,6 @@
{
"common": {
- "welcome": "Bienvenid@ a Vänner Bäst.",
+ "welcome": "Bienvenide a Vänner Bästa.",
"desc": "Un sitio web de fans de Young Royals con enlaces a diferentes espacios de discusión.",
"watch": {
"title": "Ver",
diff --git a/pages/_app.tsx b/pages/_app.tsx
index 8e70c55..af23fb8 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -14,7 +14,7 @@ function _App({ Component, pageProps }: AppProps) {
-
+
{t('desc')}
-