From b02caeb61bb653e08b3a3d3f667ee7649f315c47 Mon Sep 17 00:00:00 2001 From: 1aerostorm Date: Mon, 20 Nov 2023 11:31:04 +0000 Subject: [PATCH] Referral notifications --- app/components/modules/TopRightMenu.jsx | 4 ++-- app/components/pages/UserProfile.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/modules/TopRightMenu.jsx b/app/components/modules/TopRightMenu.jsx index e460924..54708f2 100644 --- a/app/components/modules/TopRightMenu.jsx +++ b/app/components/modules/TopRightMenu.jsx @@ -154,7 +154,7 @@ function TopRightMenu({account, savings_withdraws, price_per_golos, globalprops, {link: uiaLink, icon: 'editor/coin', value: tt('g.assets')}, {link: ordersLink, icon: 'trade', value: tt('navigation.market2'), addon: }, {link: inviteLink, icon: 'hf/hf19', value: tt('g.invites')}, - {link: blogLink, target: blogsTarget(), icon: 'new/blogging', value: tt('g.blog'), addon: }, + {link: blogLink, target: blogsTarget(), icon: 'new/blogging', value: tt('g.blog'), addon: }, {link: donatesLink, icon: 'hf/hf8', value: tt('g.rewards'), addon: }, (messagesLink ? {link: messagesLink, icon: 'new/envelope', value: tt('g.messages'), target: '_blank', addon: } : @@ -196,7 +196,7 @@ function TopRightMenu({account, savings_withdraws, price_per_golos, globalprops, -
+
} {navAdditional} diff --git a/app/components/pages/UserProfile.jsx b/app/components/pages/UserProfile.jsx index ca9898b..2c55e77 100644 --- a/app/components/pages/UserProfile.jsx +++ b/app/components/pages/UserProfile.jsx @@ -440,7 +440,7 @@ export default class UserProfile extends React.Component {