Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/c437b414abd1ff620340336cfb36368dc6359b98 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Enhancement: better display of finnhub tickers with exchange ()

pull/4429/head
shamoon 4 months ago committed by GitHub
parent 9aa46e4fdd
commit c437b414ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -51,7 +51,9 @@ export default function Widget({ options }) {
key={stock.ticker}
className="rounded h-full text-xs px-1 w-[4.75rem] flex flex-col items-center justify-center"
>
<span className="text-theme-800 dark:text-theme-200 text-xs">{stock.ticker}</span>
<span className="text-theme-800 dark:text-theme-200 text-xs">
{stock.ticker.split(":").pop()}
</span>
{!viewingPercentChange ? (
<span
className={

Loading…
Cancel
Save