refactor: ♻️ Use new Versia branding everywhere

This commit is contained in:
Jesse Wierzbinski 2024-08-28 00:23:29 +02:00
parent b734d8ad67
commit cc54e95e92
No known key found for this signature in database
68 changed files with 147 additions and 154 deletions

View file

@ -1,7 +1,8 @@
<template>
<div class="px-4 py-20 prose prose-invert mx-auto max-w-md">
<h2>Where is the mobile app?</h2>
<p>Lysand is compatible with the Mastodon API, meaning it can be used with any Mastodon-compatible client. This
<p>Versia Server is compatible with the Mastodon API, meaning it can be used with any Mastodon-compatible
client. This
includes the official Mastodon app, as well as many third-party clients.</p>
<h2>Recommended Clients</h2>
<ul class="w-full flex flex-col gap-3 mt-4 not-prose">
@ -27,7 +28,7 @@
</ul>
<p>
Found a problem? Report it on <a href="https://github.com/lysand-org/lysand/issues/new/choose"
Found a problem? Report it on <a href="https://github.com/versia-pub/server/issues/new/choose"
target="_blank" class="underline text-primary-700">the issue tracker</a>.
</p>
</div>