Skip to content

Commit

Permalink
chore: update donation links
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Nov 6, 2024
1 parent 5de1819 commit 48a9d7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/common/user/UserBadges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function UserBadges({ badges, uid }: Props) {
}}
onClick={() => {
window.open(
"https://insrt.uk/donate",
"https://wiki.revolt.chat/notes/project/financial-support/",
"_blank",
);
}}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [];

Expand Down Expand Up @@ -175,7 +175,7 @@ export default observer(() => {
</CategoryButton>
</Link>
<a
href="https://insrt.uk/donate"
href="https://wiki.revolt.chat/notes/project/financial-support/"
target="_blank"
rel="noreferrer">
<CategoryButton
Expand Down
2 changes: 1 addition & 1 deletion src/pages/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export default observer(() => {
</ButtonItem>
</a>
<a
href="https://insrt.uk/donate"
href="https://wiki.revolt.chat/notes/project/financial-support/"
target="_blank"
rel="noreferrer">
<ButtonItem className={styles.donate} compact>
Expand Down

0 comments on commit 48a9d7d

Please sign in to comment.