We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99be061 commit 35d8ebaCopy full SHA for 35d8eba
1 file changed
index.html
@@ -140,12 +140,14 @@ <h2 class="lg:text-2xl text-xl">Saturday 25th October | 10:00 - 17:30 BST</h2>
140
<!--
141
<p class="lg:text-lg text-sm font-semibold">uncodebar London 2025 has now happened! A huge thank you to everyone who attended</p>
142
-->
143
- <button
144
- class="bg-gradient-to-tr from-button_blue to-button_blue_ p-5 w-max rounded-full text-white border-none"
145
- type="submit"
146
- >
147
- GET YOUR TICKETS!
148
- </button>
+ <a href="https://ti.to/codebar/uncodebar-11">
+ <button
+ class="bg-gradient-to-tr from-button_blue to-button_blue_ p-5 w-max rounded-full text-white border-none"
+ type="submit"
+ >
+ GET YOUR TICKETS!
149
+ </button>
150
+ </a>
151
</div>
152
153
<div class="lg:w-2/4 flex w-screen">
0 commit comments