Update changelogs.tsx

fixes Usernames are evolving link to blog page
This commit is contained in:
FluffyCookie000
2023-06-12 11:34:42 -04:00
committed by GitHub
parent 70f5e6fc7e
commit 9694d89605

View File

@@ -70,7 +70,7 @@ export const changelogEntries: Record<number, ChangelogPost> = {
{ {
type: "element", type: "element",
element: ( element: (
<a href="https://revolt.chat/post/evolving-usernames"> <a href="https://revolt.chat/posts/evolving-usernames">
Read more on our blog! Read more on our blog!
</a> </a>
), ),