Skip to content

Commit f0cb983

Browse files
homepage slogan
1 parent 45ec817 commit f0cb983

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"deploy:local": "npx hardhat run scripts/deployExampleToken.js --network localhost",
2727
"deploy:arbitrum": "npx hardhat run scripts/deployArbitrum.js --network arbitrumOne",
2828
"predeploy": "npm run build",
29-
"deploy": "gh-pages -d build",
29+
"deploy": "gh-pages -d build -b gh-pages-new",
3030
"update-artifact": "node scripts/update-artifact.js",
3131
"flatten": "npx truffle-flattener contracts/MultiGuard.sol > flattened/MultiGuardFlattened.sol",
3232
"verify": "npx hardhat verify --network arbitrumOne",

src/App.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ const App = () => {
5858
if (!isConnected) {
5959
return (
6060
<div className="text-center py-12">
61-
<h2 className="text-3xl font-bold text-gray-800 mb-4">Protect Your Digital Assets</h2>
61+
<h2 className="text-3xl font-bold text-gray-800 mb-2">Protect Your Digital Assets</h2>
62+
<h3 className="text-2xl font-semibold text-gray-700 mb-4">MultiSig Governance Made Simple</h3>
6263
<p className="text-gray-600 mb-8 max-w-lg mx-auto">
6364
MultiGuard lets you share control of your NFTs, tokens, and smart contracts with trusted friends or team members.
6465
</p>

0 commit comments

Comments
 (0)