Skip to content

Commit

Permalink
Merge pull request #150 from skalenetwork/develop
Browse files Browse the repository at this point in the history
Metaport 2.0.2 beta hotfix
  • Loading branch information
dmytrotkk authored Nov 14, 2023
2 parents fecf151 + f6367b6 commit a8b3b65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "portal",
"private": true,
"version": "2.0.1",
"version": "2.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,7 +15,7 @@
"@mdx-js/rollup": "^2.3.0",
"@mui/icons-material": "^5.14.8",
"@mui/material": "^5.14.5",
"@skalenetwork/metaport": "2.0.1",
"@skalenetwork/metaport": "2.0.2-develop.0",
"@types/react-copy-to-clipboard": "^5.0.4",
"@vercel/analytics": "^1.0.2",
"eslint-config-prettier": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ body {
width: 100%;
border-radius: 18px !important;

text-transform: none !important;
text-transform: none;

text-align: center;

Expand Down

0 comments on commit a8b3b65

Please sign in to comment.