Skip to content

Commit b4f0ee0

Browse files
committed
chore: wip
1 parent db497e6 commit b4f0ee0

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

storage/framework/defaults/components/Dashboard/Deployments/DeploymentList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const showModal = ref(false)
1414
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
1515
<dt>
1616
<div class="absolute rounded-md bg-blue-500 p-3">
17-
<div class="i-hugeicons-rocket-launch h-6 w-6 text-white" />
17+
<div class="i-hugeicons-rocket-01 h-6 w-6 text-white" />
1818
</div>
1919

2020
<p class="ml-16 truncate text-sm text-gray-500 font-medium">

storage/framework/defaults/components/Dashboard/Sidebar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const sectionContent: Record<string, SectionContent> = {
178178
},
179179
app: {
180180
items: [
181-
{ to: '/deployments', icon: 'i-hugeicons-rocket', text: 'Deployments' },
181+
{ to: '/deployments', icon: 'i-hugeicons-rocket-01', text: 'Deployments' },
182182
{ to: '/requests', icon: 'i-hugeicons-api', text: 'Requests' },
183183
{ to: '/realtime', icon: 'i-hugeicons-link-03', text: 'Realtime' },
184184
{ to: '/actions', icon: 'i-hugeicons-function-of-x', text: 'Actions' },
@@ -242,7 +242,7 @@ const sectionContent: Record<string, SectionContent> = {
242242
items: [
243243
{ to: '/marketing', icon: 'i-hugeicons-dashboard-speed-01', text: 'Dashboard' },
244244
{ to: '/marketing/social-posts', icon: 'i-hugeicons-time-schedule', text: 'Social Posts' },
245-
{ to: '/marketing/campaigns', icon: 'i-hugeicons-rocket-01', text: 'Campaigns' },
245+
{ to: '/marketing/campaigns', icon: 'i-hugeicons-rocket-01-01', text: 'Campaigns' },
246246
{ to: '/marketing/reviews', icon: 'i-hugeicons-star', text: 'Reviews' },
247247
{ to: '/marketing/analytics', icon: 'i-hugeicons-analytics-01', text: 'Analytics' },
248248
{ to: '/marketing/settings', icon: 'i-hugeicons-settings-02', text: 'Settings' }

storage/framework/defaults/views/dashboard/components/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ onMounted(async () => {
236236
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
237237
<dt>
238238
<div class="absolute rounded-md bg-blue-500 p-3">
239-
<div class="i-hugeicons-arrow-down-02-tray h-6 w-6 text-white" />
239+
<div class="i-hugeicons-cloud-download h-6 w-6 text-white" />
240240
</div>
241241

242242
<p class="ml-16 truncate text-sm text-gray-500 font-medium">
@@ -289,7 +289,7 @@ onMounted(async () => {
289289
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
290290
<dt>
291291
<div class="absolute rounded-md bg-blue-500 p-3">
292-
<div class="i-hugeicons-rocket-launch h-6 w-6 text-white" />
292+
<div class="i-hugeicons-rocket-01 h-6 w-6 text-white" />
293293
</div>
294294

295295
<p class="ml-16 truncate text-sm text-gray-500 font-medium">

storage/framework/defaults/views/dashboard/functions/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ onMounted(async () => {
236236
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
237237
<dt>
238238
<div class="absolute rounded-md bg-blue-500 p-3">
239-
<div class="i-hugeicons-arrow-down-02-tray h-6 w-6 text-white" />
239+
<div class="i-hugeicons-cloud-download h-6 w-6 text-white" />
240240
</div>
241241

242242
<p class="ml-16 truncate text-sm text-gray-500 font-medium">
@@ -289,7 +289,7 @@ onMounted(async () => {
289289
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
290290
<dt>
291291
<div class="absolute rounded-md bg-blue-500 p-3">
292-
<div class="i-hugeicons-rocket-launch h-6 w-6 text-white" />
292+
<div class="i-hugeicons-rocket-01 h-6 w-6 text-white" />
293293
</div>
294294

295295
<p class="ml-16 truncate text-sm text-gray-500 font-medium">

storage/framework/defaults/views/dashboard/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ useHead({
2727
</dt>
2828

2929
<dd class="w-full flex-none text-xl text-gray-900 font-medium leading-10 tracking-tight dark:text-gray-100">
30-
<span class="i-hugeicons-rocket h-5 w-5 mr-2 mb-1 text-gray-400"></span>
30+
<span class="i-hugeicons-rocket-01 h-5 w-5 mr-2 mb-1 text-gray-400"></span>
3131
# 206
3232
</dd>
3333
</div>

storage/framework/defaults/views/dashboard/models/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ onUnmounted(() => {
558558
class="relative inline-flex items-center gap-1.5 px-3 py-1.5 text-sm font-medium text-white bg-blue-600 border border-transparent rounded-r-md shadow-sm hover:bg-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed transition-colors duration-200"
559559
>
560560
<div v-if="isDownloading" class="i-hugeicons-arrow-path w-4 h-4 animate-spin" />
561-
<div v-else class="i-hugeicons-arrow-down-02-tray w-4 h-4" />
561+
<div v-else class="i-hugeicons-cloud-download w-4 h-4" />
562562
Download
563563
</button>
564564
</div>

storage/framework/defaults/views/dashboard/packages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ const starsData = computed(() => ({
592592
<div class="relative overflow-hidden rounded-lg bg-white dark:bg-blue-gray-700 px-4 pt-5 shadow sm:px-6 sm:pt-6">
593593
<dt>
594594
<div class="absolute rounded-md bg-blue-500 p-3">
595-
<div class="i-hugeicons-arrow-down-02-tray h-6 w-6 text-white" />
595+
<div class="i-hugeicons-cloud-download h-6 w-6 text-white" />
596596
</div>
597597
<p class="ml-16 truncate text-sm text-gray-500 dark:text-gray-400 font-medium">
598598
Total Downloads

storage/framework/defaults/views/dashboard/releases/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ onMounted(async () => {
257257
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
258258
<dt>
259259
<div class="absolute rounded-md bg-blue-500 p-3">
260-
<div class="i-hugeicons-arrow-down-02-tray h-6 w-6 text-white" />
260+
<div class="i-hugeicons-cloud-download h-6 w-6 text-white" />
261261
</div>
262262

263263
<p class="ml-16 truncate text-sm text-gray-500 font-medium">
@@ -310,7 +310,7 @@ onMounted(async () => {
310310
<div class="relative overflow-hidden rounded-lg bg-white px-4 pt-5 shadow sm:px-6 sm:pt-6">
311311
<dt>
312312
<div class="absolute rounded-md bg-blue-500 p-3">
313-
<div class="i-hugeicons-rocket-launch h-6 w-6 text-white" />
313+
<div class="i-hugeicons-rocket-01 h-6 w-6 text-white" />
314314
</div>
315315

316316
<p class="ml-16 truncate text-sm text-gray-500 font-medium">

0 commit comments

Comments
 (0)