mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-23 15:40:57 -05:00
Compare commits
3 commits
b2985ae155
...
35ca83c38f
Author | SHA1 | Date | |
---|---|---|---|
|
35ca83c38f | ||
|
cb6296a96e | ||
|
48a9d7d370 |
4 changed files with 4 additions and 4 deletions
2
external/lang
vendored
2
external/lang
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 3195d642cd766cb62d34eb2a57ce3a09e775e91f
|
Subproject commit 07f4343342c3d06a2b540db3bb14f598d745c09a
|
|
@ -119,7 +119,7 @@ export default function UserBadges({ badges, uid }: Props) {
|
||||||
}}
|
}}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.open(
|
window.open(
|
||||||
"https://insrt.uk/donate",
|
"https://wiki.revolt.chat/notes/project/financial-support/",
|
||||||
"_blank",
|
"_blank",
|
||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -175,7 +175,7 @@ export default observer(() => {
|
||||||
</CategoryButton>
|
</CategoryButton>
|
||||||
</Link>
|
</Link>
|
||||||
<a
|
<a
|
||||||
href="https://insrt.uk/donate"
|
href="https://wiki.revolt.chat/notes/project/financial-support/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer">
|
rel="noreferrer">
|
||||||
<CategoryButton
|
<CategoryButton
|
||||||
|
|
|
@ -281,7 +281,7 @@ export default observer(() => {
|
||||||
</ButtonItem>
|
</ButtonItem>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://insrt.uk/donate"
|
href="https://wiki.revolt.chat/notes/project/financial-support/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer">
|
rel="noreferrer">
|
||||||
<ButtonItem className={styles.donate} compact>
|
<ButtonItem className={styles.donate} compact>
|
||||||
|
|
Loading…
Reference in a new issue