Skip to content

Commit

Permalink
Merge pull request #24 from Nomis-cc/feature/update-layout
Browse files Browse the repository at this point in the history
fix: fix typo
  • Loading branch information
SukhachevN authored Aug 7, 2024
2 parents e2c8cb7 + b05dea0 commit dcdbf7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/template-snap-monorepo.git"
},
"source": {
"shasum": "NCyrhjLIV9HDo3dA6L3cHYrGyv1hZJ8fmx39gwTbMaI=",
"shasum": "0C3mfmcJh/qFOWCIID/CAZs+VkoVzSeutoYPilVCoRw=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/src/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const renderTransactionUi = async (
return {
content: (
<Box>
<Heading>Get your ${senderData.scoreName} Score</Heading>
<Heading>Get your {senderData.scoreName} Score</Heading>
<Divider />
<Text>
<Link href={`https://nomis.cc${recipientData.url}`}>
Expand Down

0 comments on commit dcdbf7c

Please sign in to comment.