Skip to content

Commit

Permalink
feat: venues addresses to be clickable link that opens in new tab (as…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithilesh-create committed Sep 28, 2023
1 parent fc9fe4a commit 238d614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/venue/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export async function getStaticPaths() {
}

function Venue({ city }) {
console.log("name",city);
return (
<div>
<div className='w-full h-[500px] sm:h-[auto] bg-madrid bg-cover bg-center'>
Expand Down

0 comments on commit 238d614

Please sign in to comment.