ui fix
This commit is contained in:
parent
018462809d
commit
2180e666ba
@ -5,7 +5,7 @@
|
|||||||
monthNames,
|
monthNames,
|
||||||
} from "$lib/utils";
|
} from "$lib/utils";
|
||||||
import {
|
import {
|
||||||
stockTicker,
|
etfTicker,
|
||||||
screenWidth,
|
screenWidth,
|
||||||
numberOfUnreadNotification,
|
numberOfUnreadNotification,
|
||||||
displayCompanyName,
|
displayCompanyName,
|
||||||
@ -337,7 +337,7 @@
|
|||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<title>
|
<title>
|
||||||
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""}
|
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""}
|
||||||
{$displayCompanyName} ({$stockTicker}) Gamma Exposure · Stocknear
|
{$displayCompanyName} ({$etfTicker}) Delta Exposure · Stocknear
|
||||||
</title>
|
</title>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
@ -347,7 +347,7 @@
|
|||||||
<!-- Other meta tags -->
|
<!-- Other meta tags -->
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content={`${$displayCompanyName} (${$stockTicker}) Gamma Exposure · Stocknear`}
|
content={`${$displayCompanyName} (${$etfTicker}) Delta Exposure · Stocknear`}
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
@ -360,7 +360,7 @@
|
|||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta
|
<meta
|
||||||
name="twitter:title"
|
name="twitter:title"
|
||||||
content={`${$displayCompanyName} (${$stockTicker}) Gamma Exposure · Stocknear`}
|
content={`${$displayCompanyName} (${$etfTicker}) Delta Exposure · Stocknear`}
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="twitter:description"
|
name="twitter:description"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user