Skip to content

Commit c353c29

Browse files
committed
chore: complete branding rebrand to Oasis Bridge
Update index.html and package.json with Oasis Bridge branding that was missed when PR #12 re-applied UX fixes to new architecture. Closes #4
1 parent 79db2d7 commit c353c29

2 files changed

Lines changed: 14 additions & 15 deletions

File tree

frontend/index.html

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,43 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="https://assets.oasis.io/logotypes/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Xmas Roffle</title>
7+
<title>Oasis Bridge</title>
88

99
<!-- Primary Meta Tags -->
1010
<meta
1111
name="description"
12-
content="Join the Xmas Roffle - A festive blockchain raffle powered by Oasis Network. Participate and win amazing prizes this holiday season!"
12+
content="Oasis Bridge - Cross-chain payment solution powered by ROFL Paymaster. Bridge assets seamlessly between networks using the Oasis Protocol."
1313
/>
1414
<meta
1515
name="keywords"
16-
content="xmas roffle, blockchain raffle, crypto giveaway, Oasis Network, holiday raffle, web3 raffle"
16+
content="oasis bridge, cross-chain, ROFL paymaster, Oasis Network, blockchain bridge, web3 payments, Sapphire"
1717
/>
1818
<meta name="author" content="Oasis Network" />
1919
<meta name="theme-color" content="#000000" />
2020

2121
<!-- Open Graph / Facebook -->
2222
<meta property="og:type" content="website" />
23-
<meta property="og:url" content="https://roffle.oasis.io/" />
24-
<meta property="og:title" content="Xmas Roffle - Blockchain Holiday Raffle" />
23+
<meta property="og:url" content="https://bridge.oasis.io/" />
24+
<meta property="og:title" content="Oasis Bridge - Cross-Chain Payments" />
2525
<meta
2626
property="og:description"
27-
content="Join the Xmas Roffle - A festive blockchain raffle powered by Oasis Network. Participate and win amazing prizes this holiday season!"
27+
content="Oasis Bridge - Cross-chain payment solution powered by ROFL Paymaster. Bridge assets seamlessly between networks using the Oasis Protocol."
2828
/>
29-
<meta property="og:image" content="https://roffle.oasis.io/og-image.png" />
30-
<meta property="og:site_name" content="Xmas Roffle" />
29+
<meta property="og:site_name" content="Oasis Bridge" />
3130

3231
<!-- Twitter -->
33-
<meta name="twitter:card" content="summary_large_image" />
34-
<meta name="twitter:url" content="https://roffle.oasis.io/" />
35-
<meta name="twitter:title" content="Xmas Roffle - Blockchain Holiday Raffle" />
32+
<meta name="twitter:card" content="summary" />
33+
<meta name="twitter:url" content="https://bridge.oasis.io/" />
34+
<meta name="twitter:title" content="Oasis Bridge - Cross-Chain Payments" />
3635
<meta
3736
name="twitter:description"
38-
content="Join the Xmas Roffle - A festive blockchain raffle powered by Oasis Network. Participate and win amazing prizes this holiday season!"
37+
content="Oasis Bridge - Cross-chain payment solution powered by ROFL Paymaster. Bridge assets seamlessly between networks using the Oasis Protocol."
3938
/>
40-
<meta name="twitter:image" content="https://roffle.oasis.io/twitter.png" />
4139
<meta name="twitter:creator" content="@OasisProtocol" />
4240

4341
<!-- Additional SEO -->
4442
<meta name="robots" content="index, follow" />
45-
<link rel="canonical" href="https://roffle.oasis.io/" />
43+
<link rel="canonical" href="https://bridge.oasis.io/" />
4644
</head>
4745
<body>
4846
<div id="root"></div>

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "@oasisprotocol/ui-library",
2+
"name": "@oasisprotocol/oasis-bridge",
3+
"description": "Oasis Bridge - Cross-chain payment solution powered by ROFL Paymaster",
34
"private": true,
45
"version": "0.0.0",
56
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)