mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
chore: use ios icon for sessions, update links
This commit is contained in:
parent
5a738b7c68
commit
734fa06425
2 changed files with 6 additions and 5 deletions
|
@ -24,7 +24,7 @@ export function Feedback() {
|
||||||
</CategoryButton>
|
</CategoryButton>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/revoltchat/revite/issues/new"
|
href="https://github.com/revoltchat/revite/issues/new/choose"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer">
|
rel="noreferrer">
|
||||||
<CategoryButton
|
<CategoryButton
|
||||||
|
@ -37,7 +37,7 @@ export function Feedback() {
|
||||||
</CategoryButton>
|
</CategoryButton>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/orgs/revoltchat/projects/1"
|
href="https://github.com/orgs/revoltchat/projects/3"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer">
|
rel="noreferrer">
|
||||||
<CategoryButton
|
<CategoryButton
|
||||||
|
@ -55,7 +55,7 @@ export function Feedback() {
|
||||||
action="chevron"
|
action="chevron"
|
||||||
icon={<Group size={24} />}
|
icon={<Group size={24} />}
|
||||||
description="You can report issues and discuss improvements with us directly here.">
|
description="You can report issues and discuss improvements with us directly here.">
|
||||||
Join Testers server.
|
{"Join the Revolt Lounge"}
|
||||||
</CategoryButton>
|
</CategoryButton>
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { Chrome, Android, Apple, Windows } from "@styled-icons/boxicons-logos";
|
import { Chrome, Android, Windows } from "@styled-icons/boxicons-logos";
|
||||||
import { HelpCircle, Desktop, LogOut } from "@styled-icons/boxicons-regular";
|
import { HelpCircle, Desktop, LogOut } from "@styled-icons/boxicons-regular";
|
||||||
import {
|
import {
|
||||||
Safari,
|
Safari,
|
||||||
|
@ -6,6 +6,7 @@ import {
|
||||||
Microsoftedge,
|
Microsoftedge,
|
||||||
Linux,
|
Linux,
|
||||||
Macos,
|
Macos,
|
||||||
|
Ios,
|
||||||
Opera,
|
Opera,
|
||||||
Samsung,
|
Samsung,
|
||||||
Windowsxp,
|
Windowsxp,
|
||||||
|
@ -99,7 +100,7 @@ export function Sessions() {
|
||||||
case /mac.*os/i.test(name):
|
case /mac.*os/i.test(name):
|
||||||
return <Macos size={14} />;
|
return <Macos size={14} />;
|
||||||
case /i(Pad)?os/i.test(name):
|
case /i(Pad)?os/i.test(name):
|
||||||
return <Apple size={14} />;
|
return <Ios size={14} />;
|
||||||
case /windows 7/i.test(name):
|
case /windows 7/i.test(name):
|
||||||
return <Windowsxp size={14} />;
|
return <Windowsxp size={14} />;
|
||||||
case /windows/i.test(name):
|
case /windows/i.test(name):
|
||||||
|
|
Loading…
Reference in a new issue