From a7d883d2930aa52e8bc363bc74a7f1aeb8a15973 Mon Sep 17 00:00:00 2001 From: sawka Date: Tue, 18 Feb 2025 18:26:20 -0800 Subject: [PATCH] update modal buttons --- frontend/app/modals/about.tsx | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/frontend/app/modals/about.tsx b/frontend/app/modals/about.tsx index 799cbb3b80..2764801b62 100644 --- a/frontend/app/modals/about.tsx +++ b/frontend/app/modals/about.tsx @@ -2,7 +2,6 @@ // SPDX-License-Identifier: Apache-2.0 import Logo from "@/app/asset/logo.svg"; -import { LinkButton } from "@/app/element/linkbutton"; import { modalsModel } from "@/app/store/modalmodel"; import { Modal } from "./modal"; @@ -37,24 +36,30 @@ const AboutModal = ({}: AboutModalProps) => { Update Channel: {updaterChannel}
- - Github - - - Website - - Github + + + Website + + - Acknowledgements - + Acknowledgements +
© {currentDate.getFullYear()} Command Line Inc.