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 ffc7070 commit 6a781a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/announcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from 'react';
import Link from 'next/link';

export default function Announcement() {
return (
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 6a781a4

Please sign in to comment.