Skip to content

Commit

Permalink
Fix use of cx()
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjaneb committed Jul 28, 2023
1 parent 057c979 commit 7b1fc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Frontpage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const Frontpage = ({ location, lang }) =>
<div className="text-center">
<Link
to={lang === 'en' ? '/en/news?itemType=EVENT' : '/nyheter?itemType=EVENT'}
className='more-btn'
className={cx('more-btn')}
>
<Translate>
<English>More Events »</English>
Expand Down

0 comments on commit 7b1fc30

Please sign in to comment.