mirror of
https://github.com/revoltchat/revite.git
synced 2025-02-21 15:51:11 -05:00
chore: removed mention
This commit is contained in:
parent
dec4315892
commit
9052ada1c7
3 changed files with 20 additions and 25 deletions
|
@ -385,7 +385,7 @@ export default observer(() => {
|
||||||
</div>
|
</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</ServerCircle>
|
</ServerCircle>
|
||||||
<ServerCircle>
|
{/*<ServerCircle>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content={
|
content={
|
||||||
<div
|
<div
|
||||||
|
@ -395,14 +395,13 @@ export default observer(() => {
|
||||||
gap: "4px",
|
gap: "4px",
|
||||||
}}>
|
}}>
|
||||||
<div>Discover Public Servers</div>
|
<div>Discover Public Servers</div>
|
||||||
<LinkExternal size={12} />
|
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
placement="right">
|
placement="right">
|
||||||
<div className="circle">
|
<div className="circle">
|
||||||
<IconButton>
|
<IconButton>
|
||||||
<a
|
<a
|
||||||
href="https://revolt.social"
|
href="#"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer">
|
rel="noreferrer">
|
||||||
<Compass size={32} />
|
<Compass size={32} />
|
||||||
|
@ -410,7 +409,7 @@ export default observer(() => {
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</div>
|
</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</ServerCircle>
|
</ServerCircle>*/}
|
||||||
</ServerList>
|
</ServerList>
|
||||||
<PaintCounter small />
|
<PaintCounter small />
|
||||||
{!isTouchscreenDevice && (
|
{!isTouchscreenDevice && (
|
||||||
|
|
|
@ -30,15 +30,11 @@
|
||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 30px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&:nth-child(4) {
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div {
|
div {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,8 +103,8 @@ export default observer(() => {
|
||||||
Create a group
|
Create a group
|
||||||
</CategoryButton>
|
</CategoryButton>
|
||||||
</Link>
|
</Link>
|
||||||
<a
|
{/*<a
|
||||||
href="https://revolt.social"
|
href="#"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer">
|
rel="noreferrer">
|
||||||
<CategoryButton
|
<CategoryButton
|
||||||
|
@ -115,7 +115,7 @@ export default observer(() => {
|
||||||
}>
|
}>
|
||||||
Join a community
|
Join a community
|
||||||
</CategoryButton>
|
</CategoryButton>
|
||||||
</a>
|
</a>*/}
|
||||||
|
|
||||||
{client.servers.get(
|
{client.servers.get(
|
||||||
"01F7ZSBSFHQ8TA81725KQCSDDP",
|
"01F7ZSBSFHQ8TA81725KQCSDDP",
|
||||||
|
@ -159,24 +159,24 @@ export default observer(() => {
|
||||||
rel="noreferrer">
|
rel="noreferrer">
|
||||||
<CategoryButton
|
<CategoryButton
|
||||||
action="external"
|
action="external"
|
||||||
|
description={
|
||||||
|
"Support the project by donating - thank you!"
|
||||||
|
}
|
||||||
icon={<Money size={32} />}>
|
icon={<Money size={32} />}>
|
||||||
<Text id="app.home.donate" />
|
<Text id="app.home.donate" />
|
||||||
</CategoryButton>
|
</CategoryButton>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<Tooltip
|
|
||||||
content={
|
|
||||||
<Text id="app.home.settings-tooltip" />
|
|
||||||
}>
|
|
||||||
<Link to="/settings">
|
|
||||||
<CategoryButton
|
|
||||||
action="chevron"
|
|
||||||
icon={<Cog size={32} />}>
|
|
||||||
<Text id="app.home.settings" />
|
|
||||||
</CategoryButton>
|
|
||||||
</Link>
|
|
||||||
</Tooltip>
|
|
||||||
</div>
|
</div>
|
||||||
|
<Tooltip
|
||||||
|
content={<Text id="app.home.settings-tooltip" />}>
|
||||||
|
<Link to="/settings">
|
||||||
|
<CategoryButton
|
||||||
|
action="chevron"
|
||||||
|
icon={<Cog size={32} />}>
|
||||||
|
<Text id="app.home.settings" />
|
||||||
|
</CategoryButton>
|
||||||
|
</Link>
|
||||||
|
</Tooltip>
|
||||||
{isDecember && (
|
{isDecember && (
|
||||||
<a href="#" onClick={toggleSeasonalTheme}>
|
<a href="#" onClick={toggleSeasonalTheme}>
|
||||||
Turn {seasonalTheme ? "off" : "on"} homescreen
|
Turn {seasonalTheme ? "off" : "on"} homescreen
|
||||||
|
|
Loading…
Add table
Reference in a new issue