diff --git a/external/components b/external/components index 5e6e4a09..fd7ad8b8 160000 --- a/external/components +++ b/external/components @@ -1 +1 @@ -Subproject commit 5e6e4a09c45baf18dcc44925f0113bad1d732e9c +Subproject commit fd7ad8b8712d24977c1c47dc5705a32487ace0ed diff --git a/external/lang b/external/lang index 8ec1e557..429734c3 160000 --- a/external/lang +++ b/external/lang @@ -1 +1 @@ -Subproject commit 8ec1e5571e3d29a93500c0199f6823d16056b6f8 +Subproject commit 429734c32b3584dd9c23124bd0682bba31834eb8 diff --git a/src/components/settings/customisation/EmojiUploader.tsx b/src/components/settings/customisation/EmojiUploader.tsx index 4a1b42c5..108fc27c 100644 --- a/src/components/settings/customisation/EmojiUploader.tsx +++ b/src/components/settings/customisation/EmojiUploader.tsx @@ -1,8 +1,9 @@ import { Server } from "revolt.js"; +import { Text } from "preact-i18n"; import { useState } from "preact/hooks"; -import { Form } from "@revoltchat/ui"; +import { Button, Column, Form, FormElement, Row } from "@revoltchat/ui"; import { FileUploader } from "../../../controllers/client/jsx/legacy/FileUploads"; @@ -15,7 +16,9 @@ export function EmojiUploader({ server }: Props) { return ( <> -