Skip to content

Commit

Permalink
chore: minor text change
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQW committed Dec 12, 2023
1 parent e957c8a commit a4e2049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const Index = () => {
{isMetaMaskReady && !state.installedSnap && (
<Card>
<CardHeader>
<CardTitle>Install</CardTitle>
<CardTitle>Install Snap</CardTitle>
<CardDescription className="h-[120px]">
Get started by installing this snap.
</CardDescription>
Expand All @@ -182,7 +182,7 @@ const Index = () => {
{shouldDisplayReconnectButton(state.installedSnap) && (
<Card>
<CardHeader>
<CardTitle>Reinstall</CardTitle>
<CardTitle>Update/Reinstall Snap</CardTitle>
<CardDescription className="h-[120px]">
Update the snap, or reinstall if something isn't right.
</CardDescription>
Expand Down

0 comments on commit a4e2049

Please sign in to comment.