Make bootstrap icons offline and add them to ci: prefix icons
This commit is contained in:
@@ -171,7 +171,7 @@ const handleSubmit = async () => {
|
||||
<div class="w-full flex flex-col gap-5">
|
||||
<ProfilePageTitle
|
||||
title="تیکت جدید"
|
||||
icon="bi:ticket"
|
||||
icon="ci:bi-ticket"
|
||||
/>
|
||||
|
||||
<ProfileSection title="ارتباط با پشتیبانی">
|
||||
@@ -180,7 +180,7 @@ const handleSubmit = async () => {
|
||||
<Button
|
||||
class="rounded-full"
|
||||
size="md"
|
||||
end-icon="bi:arrow-left"
|
||||
end-icon="ci:bi-arrow-left"
|
||||
>
|
||||
بازگشت به تیکت ها
|
||||
</Button>
|
||||
@@ -211,7 +211,7 @@ const handleSubmit = async () => {
|
||||
class="absolute left-0 w-[25px] inline-flex items-center justify-center"
|
||||
>
|
||||
<Icon
|
||||
name="bi:check"
|
||||
name="ci:bi-check"
|
||||
size="20"
|
||||
/>
|
||||
</SelectItemIndicator>
|
||||
@@ -325,7 +325,7 @@ const handleSubmit = async () => {
|
||||
>
|
||||
<Icon
|
||||
v-if="createTicketIsPending"
|
||||
:name="createTicketIsPending ? 'svg-spinners:3-dots-bounce' : 'bi:send'"
|
||||
:name="createTicketIsPending ? 'svg-spinners:3-dots-bounce' : 'ci:bi-send'"
|
||||
/>
|
||||
<span v-else>ارسال تیکت</span>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user