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> <h2 className="text">Donating</h2>
</header> </header>
<section> <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> </section>
</div> </div>
) )