mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
Fix pointer style for badges.
This commit is contained in:
@@ -124,7 +124,6 @@
|
|||||||
img {
|
img {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -319,6 +319,9 @@ export const UserProfile = observer(
|
|||||||
}>
|
}>
|
||||||
<img
|
<img
|
||||||
src="/assets/badges/translator.svg"
|
src="/assets/badges/translator.svg"
|
||||||
|
style={{
|
||||||
|
cursor: "pointer",
|
||||||
|
}}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.open(
|
window.open(
|
||||||
"https://weblate.insrt.uk/projects/revolt/web-app/",
|
"https://weblate.insrt.uk/projects/revolt/web-app/",
|
||||||
@@ -348,6 +351,9 @@ export const UserProfile = observer(
|
|||||||
<Money
|
<Money
|
||||||
size={32}
|
size={32}
|
||||||
color="#efab44"
|
color="#efab44"
|
||||||
|
style={{
|
||||||
|
cursor: "pointer",
|
||||||
|
}}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.open(
|
window.open(
|
||||||
"https://insrt.uk/donate",
|
"https://insrt.uk/donate",
|
||||||
|
|||||||
Reference in New Issue
Block a user