Skip to content

Commit

Permalink
Update announcement.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Oct 14, 2024
1 parent 6a781a4 commit 49d5fb1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions components/announcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ import React from 'react';
import Link from 'next/link';

export default function Announcement() {
return /*(
<Link href="/venue/Paris">
<div className='cursor-pointer border text-white min-w-[300px] rounded-lg p-1 text-center text-lg'>Call for Speakers for Paris is now open!</div>
</Link>
)*/
return (
// <Link href="/venue/Paris">
// <div className='cursor-pointer border text-white min-w-[300px] rounded-lg p-1 text-center text-lg'>
// Call for Speakers for Paris is now open!
// </div>
// </Link>
)
}

0 comments on commit 49d5fb1

Please sign in to comment.