diff --git a/src/routes/core-stocks.tsx b/src/routes/core-stocks.tsx
index 756af6d..fa71c08 100644
--- a/src/routes/core-stocks.tsx
+++ b/src/routes/core-stocks.tsx
@@ -87,7 +87,14 @@ function CoreStocksPage() {
{isOpen ? : }
- {s.stockName}
+ e.stopPropagation()}
+ className="font-medium hover:text-primary hover:underline"
+ >
+ {s.stockName}
+
{s.stockCode}
|
@@ -120,12 +127,14 @@ function CoreStocksPage() {
{s.themes && s.themes.length > 0 ? (
{s.themes.map((t) => (
-
{t.theme_name}
-
+
))}
) : (