chore(maps): update animation marker when sos_alarm

This commit is contained in:
Tran Anh Tuan
2025-09-30 14:04:02 +07:00
parent b44f1a9b29
commit 076d0460cb
8 changed files with 242 additions and 124 deletions

View File

@@ -1,7 +1,15 @@
import { DefaultFooter } from '@ant-design/pro-components';
import './style.less';
const Footer = () => {
return <DefaultFooter copyright="2025 Sản phẩm của Mobifone v1.0" />;
return (
<DefaultFooter
style={{
background: 'none',
color: 'white',
}}
copyright="2025 Sản phẩm của Mobifone v1.1"
/>
);
};
export default Footer;