mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Update donation link.
Add settings tip to home page.
This commit is contained in:
parent
6d5fb0a8a3
commit
e61c647fda
2 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,7 @@ import styles from "./Home.module.scss";
|
|||
import { Text } from "preact-i18n";
|
||||
|
||||
import wideSVG from "../../assets/wide.svg";
|
||||
import Tooltip from "../../components/common/Tooltip";
|
||||
import Button from "../../components/ui/Button";
|
||||
import Header from "../../components/ui/Header";
|
||||
|
||||
|
@ -28,6 +29,11 @@ export default function Home() {
|
|||
<Link to="/settings/feedback">
|
||||
<Button contrast>Give feedback</Button>
|
||||
</Link>
|
||||
<Link to="/settings">
|
||||
<Tooltip content="You can also right-click the user icon in the top left, or left click it if you're already home.">
|
||||
<Button contrast>Open settings</Button>
|
||||
</Tooltip>
|
||||
</Link>
|
||||
<a
|
||||
href="https://gitlab.insrt.uk/revolt"
|
||||
target="_blank"
|
||||
|
|
|
@ -157,7 +157,7 @@ export default function Settings() {
|
|||
</ButtonItem>
|
||||
</a>,
|
||||
<a
|
||||
href="https://ko-fi.com/insertish"
|
||||
href="https://insrt.uk/donate"
|
||||
target="_blank"
|
||||
rel="noreferrer">
|
||||
<ButtonItem className={styles.donate} compact>
|
||||
|
|
Loading…
Reference in a new issue