Skip to content

Commit

Permalink
Fix thumbnail image link
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Sep 25, 2024
1 parent 352fb5b commit ac60272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Oasis SideDAO, a poll creation tool for your DAO">
<meta name="twitter:description" content="Create polls for everyone or just your group, with public results but cryptographically secure and private votes.">
<meta name="twitter:image" content="/thumbnail.png">
<meta name="twitter:image" content="https://oasisprotocol.github.io/dapp-sidedao/thumbnail.png">
<title>Oasis SideDAO</title>
</head>
<body>
Expand Down

0 comments on commit ac60272

Please sign in to comment.