Skip to content

Commit

Permalink
updated linting and claim button color
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Apr 5, 2024
1 parent 14dcdb0 commit b153870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/foundry/script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ contract DeployScript is ScaffoldETHDeploy {

exportDeployments();
}

function test() external {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function RepTokensDemo() {
<StylizedStringCard value={"Faucet"} />
</StylizedTokenGroupCard>
<button
className="btn btn-secondary btn-sm font-normal gap-1"
className="btn btn-primary btn-sm font-normal gap-1"
onClick={async () => {
await claim();
await refetchUserBalances();
Expand Down

0 comments on commit b153870

Please sign in to comment.