nvm fuck misskey

This commit is contained in:
MeowcaTheoRange 2024-05-10 15:51:48 -05:00
parent 47afdbadd9
commit 7c311cdde7
3 changed files with 3 additions and 3 deletions

View file

@ -408,7 +408,7 @@ export default function Home() {
<input name="instance" placeholder="Domain (e.g. &quot;social.besties.house&quot; or &quot;woem.men&quot;)" type="text" />
<input type="submit" />
</form>
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, Pleroma, and Misskey</small></p>
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, and Akkoma</small></p>
</>);
}, [affectedByUpdate, messages]);

View file

@ -104,7 +104,7 @@ export default async function Home({
<input name="instance" placeholder="Domain (e.g. &quot;social.besties.house&quot; or &quot;woem.men&quot;)" type="text" />
<input type="submit" />
</form>
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, Pleroma, and Misskey</small></p>
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, and Akkoma</small></p>
</ConditionalNull>
<ConditionalNull condition={existingUser != null}>
<div>

View file

@ -69,7 +69,7 @@ export default async function Home({
<input name="instance" placeholder="Domain (e.g. &quot;social.besties.house&quot; or &quot;woem.men&quot;)" type="text" />
<input type="submit" />
</form>
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, Pleroma, and Misskey</small></p>
<p><small>Tested on Discord, GitHub, Mastodon, GoToSocial, and Akkoma</small></p>
</ConditionalNull>
<ConditionalNull condition={existingUser != null}>
<p>Logged in as <a href={`/jams/user/${existingUser?.id}`}>{existingUser?.username}@{existingUser?.instance}</a> (<a href="/jams/oauth/logout">Logout</a>)</p>