- {#each navigation as item}
- {#if item?.link === $page.url.pathname}
-
- {item?.title}
-
- {/if}
- {/each}
+
+ Stock Sectors & Industries
+
+
+
+ {#each tabs as item, i}
+
+ {/each}
+
+
diff --git a/src/routes/industry/+page.svelte b/src/routes/industry/+page.svelte
index b8add3f2..c4aabbd5 100644
--- a/src/routes/industry/+page.svelte
+++ b/src/routes/industry/+page.svelte
@@ -1,13 +1,72 @@