Skip to content

Commit

Permalink
fixed click location
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed Jul 6, 2023
1 parent 604dbba commit c266ad4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/cfp-small.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,19 @@ export default function CfpSmall({
}}
>
<div
onClick={select}

style={{
font: 'var(--vvd-typography-base-extended-bold)',
display: 'flex',
justifyContent: 'space-between',
}}
>
<span onClick={select}>

{cfp.conferenceName}{' '}
</span>
<div>
<a href={cfp.cfpLink} target="_blank">
<a href={cfp.link} target="_blank">
<vwc-icon name="open-line" connotation="accent"></vwc-icon>
</a>
</div>
Expand Down

0 comments on commit c266ad4

Please sign in to comment.