mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Link revolt.social for server & bot discovery
This commit is contained in:
parent
75ee61525f
commit
afbd513fb8
1 changed files with 10 additions and 0 deletions
|
@ -89,6 +89,16 @@ export default function Home() {
|
|||
Give feedback
|
||||
</CategoryButton>
|
||||
</Link>
|
||||
<a
|
||||
href="https://revolt.social"
|
||||
target="_blank"
|
||||
rel="noreferrer">
|
||||
<CategoryButton
|
||||
action="external"
|
||||
icon={<Emoji emoji="🧭" size={32} />}>
|
||||
Explore Servers & Bots
|
||||
</CategoryButton>
|
||||
</a>
|
||||
<Tooltip content="You can also right-click the user icon in the top left, or left click it if you're already home.">
|
||||
<Link to="/settings">
|
||||
<CategoryButton
|
||||
|
|
Loading…
Reference in a new issue