refactor: css

This commit is contained in:
iCrawl
2022-08-23 13:21:32 +02:00
parent a57b9ba5c4
commit 5b4672bad3
10 changed files with 100 additions and 103 deletions

View File

@@ -203,7 +203,7 @@ const member = (props?: ApiItemJSON | undefined) => {
export default function SlugPage(props: Partial<SidebarLayoutProps & { error?: string }>) {
const router = useRouter();
const [scroll, scrollTo] = useWindowScroll();
const matches = useMediaQuery('(max-width: 1200px)', true, { getInitialValueInEffect: false });
const matches = useMediaQuery('(max-width: 1200px)');
const name = `discord.js${props.data?.member?.name ? ` | ${props.data.member.name}` : ''}`;