Change instance list buttons from "join" to "browse"

This seems more inviting, as its not necessary to create an
account before browsing the content
This commit is contained in:
Felix Ableitner 2023-06-28 11:06:42 +02:00 committed by Nutomic
parent 4a6aae17e4
commit 73e0191eb9
4 changed files with 6 additions and 12 deletions

@ -1 +1 @@
Subproject commit e010e8230daf4c75562001382173458c3f4b0154
Subproject commit 9350ac5bd362efa56221dac09494de9bdd3bc2d5

@ -1 +1 @@
Subproject commit 14eef8c998578f60c895a38f55f58c29691f7c23
Subproject commit 0dc13b4ea11daaa07d964c17f7a622e3a222367a

@ -1 +1 @@
Subproject commit 4553c749cb0fb74d62fd156ebd119dc479693dfd
Subproject commit 2eac19b2a21d77d711b8a0b0a534affe0d4d6851

View file

@ -134,15 +134,9 @@ export class Instances extends Component<any, any> {
<br />
<p class="join-desc">{description}</p>
<footer>
{require_application ? (
<a class="button primary" href={`https://${domain}`}>
{i18n.t("apply_to_join")}
</a>
) : (
<a class="button primary" href={`https://${domain}`}>
{i18n.t("join")}
</a>
)}
<a class="button primary" href={`https://${domain}`}>
{i18n.t("browse_instance")}
</a>
</footer>
</div>
);