change it to be accurate

This commit is contained in:
MeowcaTheoRange 2024-04-25 14:32:02 -05:00
parent 2574cb3bbe
commit dce60ed63e
2 changed files with 7 additions and 5 deletions

View file

@ -87,9 +87,10 @@ export default async function Home({
<p>Hosted by <a href={`/jams/user/${jamOwner.id}`}>{`${jamOwner.username}@${jamOwner.instance}`}</a></p>
<p>{jam.description}</p>
<ConditionalNull condition={existingUser == null}>
<h2>Log in with the Fediverse</h2>
<p>If you'd like to participate in this jam, feel free to log in!</p>
<p>To log in with GitHub, enter "github.com"</p>
<h2>Join with the Fediverse</h2>
<p>If you'd like to participate in this jam, you should join!</p>
<p>You'll also be able to participate an any future jams should they come to fruition.</p>
<p>To join with GitHub instead, enter "github.com".</p>
<form action="/jams/oauth/login">
<input name="instance" placeholder="Instance URL (e.g. &quot;social.besties.house&quot; or &quot;woem.men&quot;)" type="text" />
<input type="submit" />

View file

@ -60,8 +60,9 @@ export default async function Home({
<p>These serve many purposes. To create a community bond, to help creatives find their way, and most importantly, <s>to make me popular</s>. X3</p>
<p>Enjoy!</p>
<ConditionalNull condition={existingUser == null}>
<h2>Log in with the Fediverse</h2>
<p>To log in with GitHub, enter "github.com"</p>
<h2>Join with the Fediverse</h2>
<p>If you'd like to participate in any jam, you should join!</p>
<p>To join with GitHub, enter "github.com".</p>
<form action="/jams/oauth/login">
<input name="instance" placeholder="Instance URL (e.g. &quot;social.besties.house&quot; or &quot;woem.men&quot;)" type="text" />
<input type="submit" />