mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
changed styling
This commit is contained in:
@@ -16,6 +16,7 @@ import { WalletIcon } from "../../assets/Icons/WalletIcon";
|
||||
import { HubsIcon } from "../../assets/Icons/HubsIcon";
|
||||
import { TradingIcon } from "../../assets/Icons/TradingIcon";
|
||||
import { MessagingIcon } from "../../assets/Icons/MessagingIcon";
|
||||
import { executeEvent } from "../../utils/events";
|
||||
|
||||
const IconWrapper = ({ children, label, color }) => {
|
||||
return (
|
||||
@@ -185,7 +186,8 @@ export const MobileFooter = ({
|
||||
/>
|
||||
<BottomNavigationAction
|
||||
onClick={async () => {
|
||||
await Browser.open({ url: 'https://www.qort.trade' });
|
||||
executeEvent("addTab", { data: { service: 'APP', name: 'q-trade' } });
|
||||
executeEvent("open-apps-mode", { });
|
||||
}}
|
||||
|
||||
icon={
|
||||
|
Reference in New Issue
Block a user