Skip to content

Commit

Permalink
fix: link date button to Google Calendar (#148)
Browse files Browse the repository at this point in the history
* fixed date button link

* added rel noopener noreferrer
  • Loading branch information
manulpatel authored Jul 10, 2023
1 parent aa97936 commit dc86a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Home() {
<div className='p-9 bg-tetiary-pink w-[480px] lg:w-[50%] sm:w-[80%] h-[300px] sm:h-[auto] sm:ml-[0px] lg:ml-[100px] text-right lg:text-center z-[2]'>
<p className='text-md'>LONDON EDITION In <br /> IBM UK LIMITED</p>
<div>
<button className='mt-12 bg-white border border-black p-2 text-lg rounded-3xl'>September 20, 2023</button>
<a target="_blank" rel="noopener noreferrer" href="https://calendar.google.com/calendar/u/0/[email protected]&ctz=UTC"><button className='mt-12 bg-white border border-black p-2 text-lg rounded-3xl'>September 20, 2023</button></a>
</div>
</div>
<div className='p-9 bg-tetiary-pink -mt-[250px] h-[250px] lg:ml-[350px] z-[1] lg:mt-[0px] w-[390px] sm:hidden lg:w-[50%] mr-[5px]'>
Expand Down

0 comments on commit dc86a27

Please sign in to comment.