mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
fix: remove trailing slash from cleanspeak url
This commit is contained in:
parent
bfc821778b
commit
55790f6e2c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue