mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
fixes
This commit is contained in:
parent
9dd8719bc8
commit
357cf6d491
@ -1351,7 +1351,7 @@ function App() {
|
|||||||
textDecoration: "underline",
|
textDecoration: "underline",
|
||||||
}}
|
}}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
chrome.tabs.create({ url: "https://www.qort.trade", active: true });
|
chrome.tabs.create({ url: "https://www.qort.trade" });
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Get QORT at qort.trade
|
Get QORT at qort.trade
|
||||||
|
@ -2181,6 +2181,7 @@ export const Group = ({
|
|||||||
groupsAnnHasUnread}
|
groupsAnnHasUnread}
|
||||||
hasUnreadDirects={directChatHasUnread}
|
hasUnreadDirects={directChatHasUnread}
|
||||||
setMobileViewMode={setMobileViewMode}
|
setMobileViewMode={setMobileViewMode}
|
||||||
|
myName={userInfo?.name}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
@ -171,7 +171,7 @@ export const MobileFooter = ({
|
|||||||
/>
|
/>
|
||||||
<BottomNavigationAction
|
<BottomNavigationAction
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
chrome.tabs.create({ url: "https://www.qort.trade", active: true });
|
chrome.tabs.create({ url: "https://www.qort.trade"});
|
||||||
}}
|
}}
|
||||||
icon={
|
icon={
|
||||||
<IconWrapper label="Trading" color="rgba(250, 250, 250, 0.5)">
|
<IconWrapper label="Trading" color="rgba(250, 250, 250, 0.5)">
|
||||||
|
@ -29,7 +29,7 @@ const Header = ({
|
|||||||
hasUnreadGroups,
|
hasUnreadGroups,
|
||||||
hasUnreadDirects,
|
hasUnreadDirects,
|
||||||
setMobileViewMode,
|
setMobileViewMode,
|
||||||
|
myName
|
||||||
// selectedGroup,
|
// selectedGroup,
|
||||||
// onHomeClick,
|
// onHomeClick,
|
||||||
// onLogoutClick,
|
// onLogoutClick,
|
||||||
@ -307,7 +307,7 @@ const Header = ({
|
|||||||
fontSize: "11px",
|
fontSize: "11px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Palmas
|
{myName}
|
||||||
</Typography>
|
</Typography>
|
||||||
{/*
|
{/*
|
||||||
<ArrowDownIcon /> */}
|
<ArrowDownIcon /> */}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user