Merge branch 'main' into feat/v0.6
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-05-14 18:29:03 +02:00
commit dac5d26e0e
No known key found for this signature in database
24 changed files with 808 additions and 469 deletions

View file

@ -89,6 +89,6 @@ Once a follow relationship is established, the **followee**'s instance should se
<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">
<div className="bg-zinc-800 rounded-sm 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>

View file

@ -269,7 +269,7 @@ const Page: FC = () => {
src={fastlyLogo}
alt="Fastly logo"
height={144}
className="p-10 rounded border border-zinc-900/10 dark:border-white/10"
className="p-10 rounded-sm border border-zinc-900/10 dark:border-white/10"
unoptimized={true}
/>
</p>