Browse Source

update env

Daniel Bohry 9 tháng trước cách đây
mục cha
commit
9742b0306c
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      .env
  2. 1 1
      src/components/Header.svelte

+ 1 - 1
.env

@@ -1,2 +1,2 @@
 VITE_AUTH_HOST=https://auth.lhamacorp.com
-VITE_STOCKS_HOST=http://localhost:8080
+VITE_STOCKS_HOST=https://stocks-be.lhamacorp.com

+ 1 - 1
src/components/Header.svelte

@@ -31,7 +31,7 @@
 		<!-- Left: logo / placeholder -->
 		<div class="flex items-center">
 			<!-- Insert logo or branding here -->
-			<span class="text-lg font-bold text-theme-light dark:text-theme-dark">OQuokka</span>
+			<span class="text-lg font-bold text-theme-light dark:text-theme-dark">Stocks</span>
 		</div>
 
 		<!-- Center: navigation -->