add testnet banner
This commit is contained in:
parent
8975498b4f
commit
1b8f4dd2ee
2 changed files with 2 additions and 2 deletions
BIN
public/social-banner-testnet.png
Normal file
BIN
public/social-banner-testnet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 554 KiB |
|
|
@ -22,13 +22,13 @@ function App(data: AppCustomProps) {
|
|||
<meta property="og:url" content="https://explorer.zano.org/"/>
|
||||
<meta property="og:title" content="Block explorer (Zarcanum)"/>
|
||||
<meta property="og:description" content="Zano is an open-source cryptocurrency and ecosystem with enterprise-grade privacy, security, and scalability"/>
|
||||
<meta property="og:image" content="social-banner.png"/>
|
||||
<meta property="og:image" content={netMode === "MAIN" ? "social-banner.png" : "social-banner-testnet.png"}/>
|
||||
|
||||
<meta property="twitter:card" content="summary_large_image"/>
|
||||
<meta property="twitter:url" content="https://explorer.zano.org/"/>
|
||||
<meta property="twitter:title" content="Block explorer (Zarcanum)"/>
|
||||
<meta property="twitter:description" content="Zano is an open-source cryptocurrency and ecosystem with enterprise-grade privacy, security, and scalability"/>
|
||||
<meta property="twitter:image" content="social-banner.png"/>
|
||||
<meta property="twitter:image" content={netMode === "MAIN" ? "social-banner.png" : "social-banner-testnet.png"}/>
|
||||
</Head>
|
||||
<StoreProvider initial={{ netMode: netMode === "TEST" ? "TEST" : "MAIN" }}>
|
||||
<Component {...pageProps} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue