0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-11 05:08:39 +00:00

Add URI encoding to User Page link

This commit is contained in:
G.Ambatte
2022-10-08 14:47:59 +13:00
parent a3c7e2f807
commit cc385462de
+1 -1
View File
@@ -70,7 +70,7 @@ const Account = createClass({
{global.account.username}
</Nav.item>
<Nav.item
href={`/user/${global.account.username}`}
href={`/user/${encodeURI(global.account.username)}`}
color='yellow'
icon='fas fa-beer'
>