Merge pull request #72 from ryanalexander/patch-2

This commit is contained in:
Paul Makles 2021-08-15 15:40:18 +01:00 committed by GitHub
commit a2bc3b8188
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -315,7 +315,11 @@ export const UserProfile = observer(
content={
<Text id="app.special.popovers.user_profile.badges.translator" />
}>
<img src="/assets/badges/translator.svg" />
<img src="/assets/badges/translator.svg"
onClick={() => {
window.open("https://weblate.insrt.uk/projects/revolt/web-app/", "_blank")
}}
/>
</Tooltip>
) : (
<></>
@ -338,6 +342,9 @@ export const UserProfile = observer(
<Money
size={32}
color="#efab44"
onClick={() => {
window.open("https://insrt.uk/donate", "_blank")
}}
/>
</Tooltip>
) : (