Skip to content

Commit

Permalink
feat: add need help
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Sep 16, 2024
1 parent a5ed808 commit 1798f47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/sidebar/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Sidebar = (): ReactElement => {
<Divider flexItem />

{/* What's new + Need help? */}
{/* <SidebarFooter /> */}
<SidebarFooter />
</div>

<Drawer variant="temporary" anchor="left" open={isDrawerOpen} onClose={onDrawerToggle}>
Expand Down
4 changes: 2 additions & 2 deletions src/components/sidebar/SidebarFooter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const SidebarFooter = (): ReactElement => {
</ListItem>
)}

<Track {...OVERVIEW_EVENTS.WHATS_NEW}>
{/* <Track {...OVERVIEW_EVENTS.WHATS_NEW}>
<ListItem disablePadding>
<SidebarListItemButton id={BEAMER_SELECTOR} onClick={handleBeamer}>
<SidebarListItemIcon color="primary">
Expand All @@ -59,7 +59,7 @@ const SidebarFooter = (): ReactElement => {
</SidebarListItemText>
</SidebarListItemButton>
</ListItem>
</Track>
</Track> */}

<Track {...OVERVIEW_EVENTS.HELP_CENTER}>
<ListItem disablePadding>
Expand Down
2 changes: 1 addition & 1 deletion src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export enum SafeAppsTag {
}

// Help Center
export const HELP_CENTER_URL = 'https://help.safe.global'
export const HELP_CENTER_URL = 'https://safe-support.protofire.io'
export const HelpCenterArticle = {
ADDRESS_BOOK_DATA: `${HELP_CENTER_URL}/en/articles/40811-address-book-export-and-import`,
ADVANCED_PARAMS: `${HELP_CENTER_URL}/en/articles/40837-advanced-transaction-parameters`,
Expand Down

0 comments on commit 1798f47

Please sign in to comment.