mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Return alertTemplate to original state remove non used code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user