Skip to content

Commit

Permalink
add contact uss on header
Browse files Browse the repository at this point in the history
  • Loading branch information
Salah Eddine Lalami committed Dec 19, 2023
1 parent 836914a commit d002061
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions frontend/src/apps/Header/HeaderContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,14 @@ export default function HeaderContent() {
return (
<div className="pad10">
<p style={{ fontSize: 12 }}>{translate('Upgrade for one time lifetime plan')}</p>
<p style={{ fontSize: 12 }}>{translate('Plus 1 year free update')}</p>
<p style={{ fontSize: 14, fontWeight: 900 }}>{translate('Price')} : $ 590</p>
<p style={{ fontSize: 12 }}>
{translate('Cancel any time while keep using IDURAR for free for ever')}
</p>
<p>{translate('Do you need help on customize of this app')}</p>
<Button
type="primary"
onClick={() => {
window.open(`https://www.idurarapp.com/purchase-license/`);
window.open(`https://www.idurarapp.com/contact-us/`);
}}
>
{translate('purchase now')}
{translate('Contact us')}
</Button>
</div>
);
Expand Down

0 comments on commit d002061

Please sign in to comment.