sidebar: add bit to donating section

This commit is contained in:
Kay Faraday 2024-08-12 22:15:27 -07:00
parent 55b289e96d
commit f8b69233b0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export const InfoDonate = () => {
<h2 className="text">Donating</h2>
</header>
<section>
<p>Donating keeps this site fast and free. <a href="https://freak.university/donate.html">More info</a></p>
<p>Donating keeps this site fast, free, and defended against antis. <a href="https://freak.university/donate.html">More info</a></p>
</section>
</div>
)