feat: 💫 Add graph to follows

This commit is contained in:
Jesse Wierzbinski 2024-08-11 16:06:48 +02:00
parent 19d8d4cdbc
commit 6db5aee6cd
No known key found for this signature in database
2 changed files with 24 additions and 1 deletions

View file

@ -80,3 +80,13 @@ Once a follow relationship is established, the **followee**'s instance should se
</Col>
</Row>
## Graph
<p>
<a href="/graphs/how-follows-work.svg" target="_blank">View the full-size graph</a>
</p>
<div className="bg-zinc-800 rounded border border-zinc-900/5 dark:border-white/5 p-4">
<img src="/graphs/how-follows-work.svg" alt="How Follows Work" className="w-full" />
</div>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 137 KiB