diff --git a/public/favicon.ico b/public/favicon.ico index ca5a4c0..c9b276e 100644 --- a/public/favicon.ico +++ b/public/favicon.ico Binary files differ diff --git a/public/logo192.png b/public/logo192.png index 3cb2c26..3cbd051 100644 --- a/public/logo192.png +++ b/public/logo192.png Binary files differ diff --git a/public/logo512.png b/public/logo512.png index 773b435..d80211f 100644 --- a/public/logo512.png +++ b/public/logo512.png Binary files differ diff --git a/public/maskable512.png b/public/maskable512.png index b89fd90..0ca8d6f 100644 --- a/public/maskable512.png +++ b/public/maskable512.png Binary files differ diff --git a/src/components/tenebra/TenebraSymbol.tsx b/src/components/tenebra/TenebraSymbol.tsx index 6d0e972..8f21d01 100644 --- a/src/components/tenebra/TenebraSymbol.tsx +++ b/src/components/tenebra/TenebraSymbol.tsx @@ -4,9 +4,13 @@ import Icon from "@ant-design/icons"; export const TenebraSymbolSvg = (): JSX.Element => ( - - + + + ); export const TenebraSymbol = (props: any): JSX.Element => ; diff --git a/src/pages/dashboard/MOTDCard.tsx b/src/pages/dashboard/MOTDCard.tsx index b1ec163..dd87385 100644 --- a/src/pages/dashboard/MOTDCard.tsx +++ b/src/pages/dashboard/MOTDCard.tsx @@ -1,7 +1,7 @@ // Copyright (c) 2020-2021 Drew Lemmy // This file is part of TenebraWeb 2 under AGPL-3.0. // Full details: https://github.com/tmpim/TenebraWeb2/blob/master/LICENSE.txt -import { Card, Alert } from "antd"; +import { Card } from "antd"; import { useSelector } from "react-redux"; import { RootState } from "@store"; @@ -14,7 +14,7 @@ export function MOTDCard(): JSX.Element { const { t } = useTranslation(); - const { motd, motdSet, endpoint, debugMode } + const { motd, motdSet } = useSelector((s: RootState) => s.node.motd); // Make relative links start with the sync node, and override all links to @@ -22,7 +22,6 @@ const MarkdownLink = useMarkdownLink(); return - {(debugMode || (endpoint ? btoa([...endpoint] as any) !== atob("YXl4eUxHa3NjeXgwTEM0c1l5eGxMSElzYVN4aExIUXNMaXh1TEdVc2RBPT0=") : false)) && }

= currentWallet.balance / 2; if (showConfirm || isLarge) {