diff --git a/src/lib/components/SectorSegmentation.svelte b/src/lib/components/SectorSegmentation.svelte
index 1299a12e..918e775e 100644
--- a/src/lib/components/SectorSegmentation.svelte
+++ b/src/lib/components/SectorSegmentation.svelte
@@ -1,6 +1,6 @@
diff --git a/src/routes/industry/sectors/+page.svelte b/src/routes/industry/sectors/+page.svelte
index f3ffbe40..3e8037f3 100644
--- a/src/routes/industry/sectors/+page.svelte
+++ b/src/routes/industry/sectors/+page.svelte
@@ -1,62 +1,10 @@
diff --git a/src/routes/list/industry/[slug]/+page.svelte b/src/routes/list/industry/[slug]/+page.svelte
index 40fc3964..b59503f9 100644
--- a/src/routes/list/industry/[slug]/+page.svelte
+++ b/src/routes/list/industry/[slug]/+page.svelte
@@ -1,8 +1,10 @@
@@ -190,38 +265,7 @@
class="table table-sm table-compact no-scrollbar rounded-none sm:rounded-md w-full bg-[#09090B] border-bg-[#09090B] m-auto"
>
-
- |
- Symbol
- |
-
- Name
- |
-
- Market Cap
- |
-
- % Change
- |
-
- Volume
- |
-
- Revenue
- |
-
+
{#each stockList as item}
@@ -229,12 +273,7 @@
class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A]"
>
-
- {item?.symbol}
-
+
|
|