Skip to content

Commit

Permalink
Changed hardcoded logo path to be fetched from env variable (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-singh09 authored Aug 2, 2024
1 parent b0584d4 commit 434508f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/Logo_symbol.png" />
<link rel="icon" href="%PUBLIC_URL%/%REACT_APP_LOGO_PATH%" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta property="og:title" content="DJED on %REACT_APP_BC%" />
<meta property="og:title" content="Djed on %REACT_APP_BC%" />
<meta name="description" content="Djed is a formally verified crypto-backed autonomous stablecoin protocol. It has been researched since Q2 2020, its whitepaper has been released in August 2021, and it has multiple implementations and deployments. Here you can interact with a deployment that uses these smart contracts on %REACT_APP_BC%." />
<meta property="og:description" content="Djed is a formally verified crypto-backed autonomous stablecoin protocol. It has been researched since Q2 2020, its whitepaper has been released in August 2021, and it has multiple implementations and deployments. Here you can interact with a deployment that uses these smart contracts on %REACT_APP_BC%." />
<meta property="og:image" content="%PUBLIC_URL%/Logo_symbol.png" />
<meta property="og:image" content="%PUBLIC_URL%/%REACT_APP_LOGO_PATH%" />
<meta property="og:url" content="%PUBLIC_URL%" />
<meta name="twitter:card" content="%PUBLIC_URL%/Logo_symbol.png" />
<meta name="twitter:card" content="%PUBLIC_URL%/%REACT_APP_LOGO_PATH%" />
<!--link rel="apple-touch-icon" href="%PUBLIC_URL%/logo180.png" /-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down

0 comments on commit 434508f

Please sign in to comment.