From dd70d76b356616c07ae32429d0f9efedfaad7214 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 30 Oct 2023 15:57:39 -0400 Subject: [PATCH] Adding sign up button. --- joinlemmy-translations | 2 +- lemmy-docs | 2 +- lemmy-translations | 2 +- src/shared/components/instances.tsx | 15 ++++++++++----- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/joinlemmy-translations b/joinlemmy-translations index 5abee68..4e8db96 160000 --- a/joinlemmy-translations +++ b/joinlemmy-translations @@ -1 +1 @@ -Subproject commit 5abee6854397d898bed9219b22166be718c2b8e7 +Subproject commit 4e8db96053291ec8d147e41b4e6b4640dc16712f diff --git a/lemmy-docs b/lemmy-docs index e80831f..a6e2572 160000 --- a/lemmy-docs +++ b/lemmy-docs @@ -1 +1 @@ -Subproject commit e80831ffe1885d98d88bd8c365f6c5898b523405 +Subproject commit a6e2572e4c81f70ef9ae48e16c39265d4714f92c diff --git a/lemmy-translations b/lemmy-translations index 6fbc869..0bc4ee5 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit 6fbc86932a03c4d40829ee4a3395259b2a7660e5 +Subproject commit 0bc4ee5944d2b5d1f2a83ec558788e7bc5d7a445 diff --git a/src/shared/components/instances.tsx b/src/shared/components/instances.tsx index 23490db..de50feb 100644 --- a/src/shared/components/instances.tsx +++ b/src/shared/components/instances.tsx @@ -142,14 +142,19 @@ const InstanceCard = ({ instance }: InstanceCardProps) => { monthlyUsers={monthlyUsers} /> -
{domain}
+ + {domain} +

{description}

- {i18n.t("browse_instance")} + {i18n.t("sign_up")}