Skip to content

Commit

Permalink
added links length
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator committed Mar 5, 2024
1 parent dba7b81 commit 05fd4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/announcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Announcement() {
return (
<Link href="https://apidays.typeform.com/to/ILJeAaV8?typeform-source=www.apidays.global#event_name=xxxxx" passHref={true}>
<a rel="noopener noreferrer" target="_blank" >
<div className='border text-white w-[300px] rounded-lg p-1 text-center text-lg'>Call for Speakers Helsinki is now open!</div>
<div className='border text-white min-w-[300px] rounded-lg p-1 text-center text-lg'>Call for Speakers Helsinki is now open!</div>
</a>
</Link>
)
Expand Down

0 comments on commit 05fd4e2

Please sign in to comment.