update button url
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
|
|
||||||
<!-- STEP 4 -->
|
<!-- STEP 4 -->
|
||||||
|
|
||||||
<div class="step">
|
<div class="step hidden">
|
||||||
<h2 class="text-center font-semibold mb-6 text-white">
|
<h2 class="text-center font-semibold mb-6 text-white">
|
||||||
Who are you?
|
Who are you?
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
@@ -261,9 +261,10 @@
|
|||||||
<p class="text-4xl font-bold">€0</p>
|
<p class="text-4xl font-bold">€0</p>
|
||||||
<p class="text-sm text-gray-600 mb-6">Free forever</p>
|
<p class="text-sm text-gray-600 mb-6">Free forever</p>
|
||||||
|
|
||||||
<button class="w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition">
|
<a href="{% url 'team_create' %}"
|
||||||
|
class="block w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition text-center">
|
||||||
Get started now
|
Get started now
|
||||||
</button>
|
</a>
|
||||||
|
|
||||||
<div class="border-t my-6"></div>
|
<div class="border-t my-6"></div>
|
||||||
|
|
||||||
@@ -285,9 +286,10 @@
|
|||||||
<p class="text-4xl font-bold">€299.90</p>
|
<p class="text-4xl font-bold">€299.90</p>
|
||||||
<p class="text-sm text-gray-600 mb-6">Annual payment</p>
|
<p class="text-sm text-gray-600 mb-6">Annual payment</p>
|
||||||
|
|
||||||
<button class="w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition">
|
<a href="{% url 'team_create' %}"
|
||||||
|
class="block w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition text-center">
|
||||||
Get started now
|
Get started now
|
||||||
</button>
|
</a>
|
||||||
|
|
||||||
<div class="border-t my-6"></div>
|
<div class="border-t my-6"></div>
|
||||||
|
|
||||||
@@ -318,9 +320,10 @@
|
|||||||
|
|
||||||
<p class="text-sm text-gray-600 mb-6">Annual payment</p>
|
<p class="text-sm text-gray-600 mb-6">Annual payment</p>
|
||||||
|
|
||||||
<button class="w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition">
|
<a href="{% url 'team_create' %}"
|
||||||
|
class="block w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition text-center">
|
||||||
Get started now
|
Get started now
|
||||||
</button>
|
</a>
|
||||||
|
|
||||||
<div class="border-t my-6"></div>
|
<div class="border-t my-6"></div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user