File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 95
95
{% endfor %}
96
96
</ul >
97
97
<div class =" absolute right-0" >
98
- <a href =" {{ env.baseUrl }}tickets" class =" font-medium text-black bg-pycon-lime/90 hover:bg-pycon-lime text-sm py-2 px-4 rounded-full transition-all duration-200 no-underline nav-button" >
99
- Get Tickets
100
- </a >
98
+ {{ button (text = " Get Tickets" , url = " /tickets" , lime_bg = true , env = env ) }}
101
99
</div >
102
100
</div >
103
101
</div >
185
183
{% endfor %}
186
184
187
185
<div class =" mt-6 flex justify-center items-center" >
188
- <a href =" {{ env.baseUrl }}tickets" class =" font-medium text-black bg-pycon-lime/90 hover:bg-pycon-lime text-sm py-2 px-4 rounded-full transition-all duration-200 no-underline nav-button" >
189
- Get Tickets
190
- </a >
186
+ {{ button (text = " Get Tickets" , url = " /tickets" , lime_bg = true , env = env ) }}
191
187
</div >
192
188
</div >
193
189
You can’t perform that action at this time.
0 commit comments