Skip to content

Commit

Permalink
fix: fix ref link
Browse files Browse the repository at this point in the history
  • Loading branch information
SukhachevN committed Sep 19, 2024
1 parent 625aa52 commit 6f2c17b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nomis",
"version": "0.1.4",
"version": "0.1.5",
"description": "Onchain Reputation and Decentralized Identity Protocol",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.4",
"version": "0.1.5",
"description": "Onchain Reputation and Decentralized Identity Protocol",
"proposedName": "Nomis Protocol",
"repository": {
"type": "git",
"url": "https://github.com/Nomis-cc/nomis-snaps.git"
},
"source": {
"shasum": "DGI3POjXiBCuVZmCbG2cciqSi+qJdpVBgZixWcs6Ph8=",
"shasum": "zQ9UOPgD92Me7v9ZaUrHZtSvtSgKkgwhHgOwejAmKyw=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/src/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export const renderMainUi = async (account: string, chainId: string) => {
imageSrc = await getImageComponent(image, { width: 400 });
}

const twitterShareText = `I've just unlocked my potential with ${scoreName} Score by @0xNomis! What is your web3 reputation like? https://nomis.cc${url} %23OnchainReputation %23Nomis`;
const twitterShareText = `I've just unlocked my potential with ${scoreName} Score by @0xNomis! What is your web3 reputation like? https://nomis.cc${url}?ref=${referralCode} %23OnchainReputation %23Nomis`;

const shareText = `I've just unlocked my potential with ${scoreName} Score by Nomis! What is your web3 reputation like? https://nomis.cc${url} %23OnchainReputation %23Nomis`;
const shareText = `I've just unlocked my potential with ${scoreName} Score by Nomis! What is your web3 reputation like? https://nomis.cc${url}?ref=${referralCode} %23OnchainReputation %23Nomis`;

if (!score) {
return (
Expand Down

0 comments on commit 6f2c17b

Please sign in to comment.