Skip to content

Commit

Permalink
update header notify
Browse files Browse the repository at this point in the history
  • Loading branch information
Salah Eddine Lalami committed Dec 19, 2023
1 parent d002061 commit ece9ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/apps/Header/HeaderContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function HeaderContent() {
const content = () => {
return (
<div className="pad10">
<p style={{ fontSize: 12 }}>{translate('Upgrade for one time lifetime plan')}</p>
<p>{translate('Upgrade for one time lifetime plan')}</p>
<p>{translate('Do you need help on customize of this app')}</p>
<Button
type="primary"
Expand Down Expand Up @@ -151,7 +151,7 @@ export default function HeaderContent() {
{/* </Badge> */}
</Dropdown>

<Popover content={content} title={translate('Upgrade Now')} trigger="click">
<Popover content={content} title={translate('Customize this application')} trigger="click">
<Badge count={1} size="small">
<Avatar
icon={<RocketOutlined />}
Expand Down

0 comments on commit ece9ba5

Please sign in to comment.