Added hamburger and member sidebar icons

This commit is contained in:
nizune
2021-07-08 18:39:03 +02:00
parent a4fee369c8
commit b316e41077
5 changed files with 16 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
import { At, Hash } from "@styled-icons/boxicons-regular";
import { At, Hash, Menu } from "@styled-icons/boxicons-regular";
import { Notepad, Group } from "@styled-icons/boxicons-solid";
import { Channel, User } from "revolt.js";
import styled from "styled-components";
@@ -89,6 +89,11 @@ export default function ChannelHeader({
return (
<Header placement="primary">
{isTouchscreenDevice &&
<div className="menu">
<Menu size={27} />
</div>
}
{icon}
<Info>
<span className="name">{name}</span>