From 7d2c3a3f2d851bb84211f55c68c44dd7514f0fa8 Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Tue, 18 Feb 2025 21:43:05 -0800 Subject: [PATCH] update modal buttons (#1993) --- 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 799cbb3b8..2764801b6 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.