Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 5566597

Browse files
committed
fix href
1 parent d0400cc commit 5566597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/_common/components/deriv_banner.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
33

44
const DerivBanner = ({ has_margin }) => (
55
<div id='multiplier_banner_container' className={`invisible ui-helper-clearfix ${has_margin ? 'has_margin' : ''}`}>
6-
<a id='multiplier-link' target='_blank' rel='noopener noreferrer' href='#>
6+
<a id='multiplier-link' target='_blank' rel='noopener noreferrer' href='#'>
77
<div className='multiplier_banner_title'>
88
<img className='multiplier_banner_logo' src={it.url_for('images/deriv/deriv-logo.svg')} />
99
<h3>{it.L('Multipliers')}</h3>

0 commit comments

Comments
 (0)