mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-23 15:40:57 -05:00
Compare commits
No commits in common. "cb6296a96eea55cc944a93cd58a0098201d605ea" and "5de18192b28f4c399eaff314f9400504768bf517" have entirely different histories.
cb6296a96e
...
5de18192b2
4 changed files with 5 additions and 5 deletions
2
external/lang
vendored
2
external/lang
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 07f4343342c3d06a2b540db3bb14f598d745c09a
|
||||
Subproject commit 3195d642cd766cb62d34eb2a57ce3a09e775e91f
|
|
@ -119,7 +119,7 @@ export default function UserBadges({ badges, uid }: Props) {
|
|||
}}
|
||||
onClick={() => {
|
||||
window.open(
|
||||
"https://wiki.revolt.chat/notes/project/financial-support/",
|
||||
"https://insrt.uk/donate",
|
||||
"_blank",
|
||||
);
|
||||
}}
|
||||
|
|
|
@ -51,7 +51,7 @@ export default observer(() => {
|
|||
state.settings.set("appearance:seasonal", !seasonalTheme);
|
||||
|
||||
const isDecember = !isTouchscreenDevice && new Date().getMonth() === 11;
|
||||
const isOctober = !isTouchscreenDevice && new Date().getMonth() === 9;
|
||||
const isOctober = !isTouchscreenDevice && new Date().getMonth() === 9
|
||||
const snowflakes = useMemo(() => {
|
||||
const flakes: string[] = [];
|
||||
|
||||
|
@ -175,7 +175,7 @@ export default observer(() => {
|
|||
</CategoryButton>
|
||||
</Link>
|
||||
<a
|
||||
href="https://wiki.revolt.chat/notes/project/financial-support/"
|
||||
href="https://insrt.uk/donate"
|
||||
target="_blank"
|
||||
rel="noreferrer">
|
||||
<CategoryButton
|
||||
|
|
|
@ -281,7 +281,7 @@ export default observer(() => {
|
|||
</ButtonItem>
|
||||
</a>
|
||||
<a
|
||||
href="https://wiki.revolt.chat/notes/project/financial-support/"
|
||||
href="https://insrt.uk/donate"
|
||||
target="_blank"
|
||||
rel="noreferrer">
|
||||
<ButtonItem className={styles.donate} compact>
|
||||
|
|
Loading…
Reference in a new issue