We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cb2a2 commit e988d93Copy full SHA for e988d93
storage/framework/defaults/views/dashboard/marketing/campaigns/index.vue
@@ -1697,7 +1697,7 @@ const removeCondition = (index: number) => {
1697
@click="addCondition"
1698
class="inline-flex items-center rounded-md border border-gray-300 bg-white px-2.5 py-1.5 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 dark:border-gray-600 dark:bg-blue-gray-700 dark:text-gray-200 dark:hover:bg-blue-gray-600"
1699
>
1700
- <div class="i-hugeicons-plus-circle h-4 w-4 mr-2"></div>
+ <div class="i-hugeicons-plus-sign-circle h-4 w-4 mr-2"></div>
1701
Add Condition
1702
</button>
1703
</div>
0 commit comments