fix: remove trailing slash from cleanspeak url

This commit is contained in:
Cori Hudson 2022-08-16 09:06:37 -04:00
parent bfc821778b
commit 55790f6e2c

View file

@ -222,7 +222,7 @@ const Landing = () => (
</a>
),
CleanSpeak: (
<a href="https://cleanspeak.com/products/profanity-filter/">CleanSpeak</a>
<a href="https://cleanspeak.com/products/profanity-filter">CleanSpeak</a>
)
}}
/>