diff --git a/package.json b/package.json index 4024a69..8f2940d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@prisma/internals": "^4.10.1", "@prisma/migrate": "^4.10.1", "@sapphire/shapeshift": "^3.8.1", - "@tabler/icons-react": "^2.7.0", + "@tabler/icons-react": "^2.11.0", "@tanstack/react-query": "^4.24.10", "argon2": "^0.30.3", "cookie": "^0.5.0", diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 175ab54..ea2059a 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -42,6 +42,7 @@ import { IconTag, IconUpload, IconUser, + IconUserCog, IconUsers, } from '@tabler/icons-react'; import useFetch from 'hooks/useFetch'; @@ -355,7 +356,7 @@ export default function Layout({ children, props }) {