diff --git a/package.json b/package.json
index 8b587394..63865c45 100644
--- a/package.json
+++ b/package.json
@@ -90,7 +90,7 @@
"@hcaptcha/react-hcaptcha": "^0.3.6",
"@insertish/vite-plugin-babel-macros": "^1.0.5",
"@preact/preset-vite": "^2.0.0",
- "@revoltchat/ui": "1.0.34",
+ "@revoltchat/ui": "1.0.36",
"@rollup/plugin-replace": "^2.4.2",
"@styled-icons/boxicons-logos": "^10.38.0",
"@styled-icons/boxicons-regular": "^10.38.0",
diff --git a/src/components/common/AgeGate.tsx b/src/components/common/AgeGate.tsx
index 825721b8..fc0fbdfa 100644
--- a/src/components/common/AgeGate.tsx
+++ b/src/components/common/AgeGate.tsx
@@ -6,13 +6,11 @@ import styled from "styled-components/macro";
import { Text } from "preact-i18n";
import { useState } from "preact/hooks";
-import { Button } from "@revoltchat/ui";
+import { Button, Checkbox } from "@revoltchat/ui";
import { useApplicationState } from "../../mobx/State";
import { SECTION_NSFW } from "../../mobx/stores/Layout";
-import Checkbox from "../ui/Checkbox";
-
import { Children } from "../../types/Preact";
const Base = styled.div`
@@ -81,10 +79,10 @@ export default observer((props: Props) => {
yarn dev --port 3001
>
- }>
- I understand there's no going back.
-
-
- {settings.sounds.getState().map(({ id, enabled }) => (
-