Make bootstrap icons offline and add them to ci: prefix icons

This commit is contained in:
marzban-dev
2026-04-25 21:18:04 +03:30
parent fb3425fd0b
commit 83accfef52
76 changed files with 134 additions and 98 deletions
+4 -4
View File
@@ -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>