Return alertTemplate to original state remove non used code

This commit is contained in:
akcodez
2025-02-18 11:42:04 -08:00
parent a782ef0f1c
commit b722c784fd
2 changed files with 39 additions and 63 deletions

View File

@@ -158,19 +158,6 @@ export function Navbar(props) {
);
}
export function XrplApexEvent({ message, button, link, show, date }) {
const { useTranslate } = useThemeHooks();
const { translate } = useTranslate();
if (show) {
return (
<div className="xrpl-apex-event">
</div>
);
}
return null;
}
export function TopNavCollapsible({ children }) {
return (
<div