mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -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>
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/revoltchat/revite/issues/new"
|
||||
href="https://github.com/revoltchat/revite/issues/new/choose"
|
||||
target="_blank"
|
||||
rel="noreferrer">
|
||||
<CategoryButton
|
||||
|
@ -37,7 +37,7 @@ export function Feedback() {
|
|||
</CategoryButton>
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/orgs/revoltchat/projects/1"
|
||||
href="https://github.com/orgs/revoltchat/projects/3"
|
||||
target="_blank"
|
||||
rel="noreferrer">
|
||||
<CategoryButton
|
||||
|
@ -55,7 +55,7 @@ export function Feedback() {
|
|||
action="chevron"
|
||||
icon={<Group size={24} />}
|
||||
description="You can report issues and discuss improvements with us directly here.">
|
||||
Join Testers server.
|
||||
{"Join the Revolt Lounge"}
|
||||
</CategoryButton>
|
||||
</a>
|
||||
</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 {
|
||||
Safari,
|
||||
|
@ -6,6 +6,7 @@ import {
|
|||
Microsoftedge,
|
||||
Linux,
|
||||
Macos,
|
||||
Ios,
|
||||
Opera,
|
||||
Samsung,
|
||||
Windowsxp,
|
||||
|
@ -99,7 +100,7 @@ export function Sessions() {
|
|||
case /mac.*os/i.test(name):
|
||||
return <Macos size={14} />;
|
||||
case /i(Pad)?os/i.test(name):
|
||||
return <Apple size={14} />;
|
||||
return <Ios size={14} />;
|
||||
case /windows 7/i.test(name):
|
||||
return <Windowsxp size={14} />;
|
||||
case /windows/i.test(name):
|
||||
|
|
Loading…
Reference in a new issue