diff --git a/resources/views/meet/conferences/index.blade.php b/resources/views/meet/conferences/index.blade.php
index c83ad28..7ca2bf5 100644
--- a/resources/views/meet/conferences/index.blade.php
+++ b/resources/views/meet/conferences/index.blade.php
@@ -9,8 +9,6 @@
'listTitle' => 'Your conferences',
'emptyMessage' => 'No conferences yet. Schedule your first conference to get started.',
'items' => $items,
- 'icon' => 'meet-icons/panel.svg',
- 'iconBg' => 'bg-violet-100',
])
{{ $conferences->links() }}
diff --git a/resources/views/meet/partials/index-page.blade.php b/resources/views/meet/partials/index-page.blade.php
index 383c379..e243194 100644
--- a/resources/views/meet/partials/index-page.blade.php
+++ b/resources/views/meet/partials/index-page.blade.php
@@ -8,7 +8,7 @@
'listTitle',
'emptyMessage',
'items' => [],
- 'icon' => 'meet-icons/schedule.svg',
+ 'icon' => 'ladill-icons/events.svg',
'iconBg' => 'bg-violet-100',
])
diff --git a/resources/views/meet/rooms/index.blade.php b/resources/views/meet/rooms/index.blade.php
index 7742607..34e825c 100644
--- a/resources/views/meet/rooms/index.blade.php
+++ b/resources/views/meet/rooms/index.blade.php
@@ -9,8 +9,6 @@
'listTitle' => 'Your meetings',
'emptyMessage' => 'No meetings yet. Schedule your first meeting to get started.',
'items' => $items,
- 'icon' => 'meet-icons/schedule.svg',
- 'iconBg' => 'bg-violet-100',
])
{{ $rooms->links() }}
diff --git a/resources/views/meet/spaces/index.blade.php b/resources/views/meet/spaces/index.blade.php
index bfb41f0..b0b45b6 100644
--- a/resources/views/meet/spaces/index.blade.php
+++ b/resources/views/meet/spaces/index.blade.php
@@ -9,8 +9,6 @@
'listTitle' => 'Your rooms',
'emptyMessage' => 'No rooms yet. Create your first room to host a private discussion.',
'items' => $items,
- 'icon' => 'meet-icons/speak.svg',
- 'iconBg' => 'bg-emerald-100',
])
{{ $spaces->links() }}
diff --git a/resources/views/meet/webinars/index.blade.php b/resources/views/meet/webinars/index.blade.php
index b13ec44..beb4238 100644
--- a/resources/views/meet/webinars/index.blade.php
+++ b/resources/views/meet/webinars/index.blade.php
@@ -9,8 +9,6 @@
'listTitle' => 'Your webinars',
'emptyMessage' => 'No webinars yet. Schedule your first webinar to get started.',
'items' => $items,
- 'icon' => 'meet-icons/webinar.svg',
- 'iconBg' => 'bg-indigo-100',
])
{{ $webinars->links() }}