Skip to content

Commit

Permalink
links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvamsinh28 committed Sep 7, 2023
1 parent a401a6a commit f3ebd47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"sponsors": [
"/img/IBM.png"
],
"ticket": "https://opencollective.com/asyncapi/events/asyncapi-conference-on-tour-6b3c0aa1/contribute/aacot-london-edition-61313",
"buttonText":"Get your Tickets"
"ticket": "https://docs.google.com/forms/d/e/1FAIpQLSdKxKvHGqmCmFJ7ldJJcAJNnmuie057vYrEh219gCXRDMZU5g/viewform",
"buttonText":"Tickets Form"
},
{
"name": "Madrid",
Expand Down
2 changes: 1 addition & 1 deletion pages/venue/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function Venue({ city }) {
target='_blank'
rel='noreferrer'
>
<button className='w-[200px] text-white border rounded py-[10px]'>{city.buttonText}</button>
<Button className="px-8">{city.buttonText}</Button>
</a>
</div>
}
Expand Down

0 comments on commit f3ebd47

Please sign in to comment.