Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
erditkurteshiSQA committed Aug 10, 2023
1 parent a616082 commit f9edf35
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/frontend/src/components/wallet/GetYourTickets.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ const GetYourTicket = () => {
<Container>
<div>
<img src={NearCon} alt='NearCon-wallet'/>
<StyledBannerLink href="https://near.org/nearcon23.near/widget/Index" target="_blank">
<StyledBannerLink href="https://near.org/nearcon23.near/widget/Index" target="_blank">
GET YOUR TICKETS
</StyledBannerLink>
</StyledBannerLink>
</div>


</Container>
);
};
Expand Down

0 comments on commit f9edf35

Please sign in to comment.