Mention other networks

This commit is contained in:
Nikita Karamov 2023-03-18 04:52:28 +01:00
parent 5e6b2c0a02
commit effac10b7e
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
2 changed files with 11 additions and 2 deletions

View File

@ -20,7 +20,7 @@ const { prefilledInstance } = Astro.props;
{instances.map((instance) => <option value={instance} />)}
</datalist>
<label id="s2f-instanceContainer">
Mastodon, Pleroma, or GNU Social instance
Fediverse instance
<div class="instance-input">
<span id="https-label">https://</span>
<input

View File

@ -24,7 +24,7 @@ const prefilledInstance = searchParameters.get("instance");
</title>
<meta
name="description"
content="Share₂Fedi is a share page for Mastodon, Pleroma, and GNU Social. Type in your post text and the instance URL and click Publish!"
content="Share₂Fedi is a share page for Mastodon, Pleroma, Misskey, and others. Type in your post text and the instance URL and click Publish!"
/>
<link
rel="canonical"
@ -103,6 +103,15 @@ const prefilledInstance = searchParameters.get("instance");
<li>
Pleroma <small><b>(new!)</b></small>
</li>
<li>
Misskey <small><b>(new!)</b></small>
</li>
<li>
Friendica <small><b>(new!)</b></small>
</li>
<li>
Hubzilla <small><b>(new!)</b></small>
</li>
<li>
GNU Social <small><b>(new!)</b></small>
</li>