Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: correct spelling of "functionality" in Hero component
  • Loading branch information
cxalem committed Jan 24, 2025
commit 109ab5d49ebeee0e8c47642d22fa986e785c4927
2 changes: 1 addition & 1 deletion examples/quickstart/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Hero = () => {
<h1 className="text-7xl text-zinc-100 font-bold">Welcome</h1>
<p className="text-white opacity-70 text-center text-lg">
to the <strong>MetaMask SDK</strong> quick start app!
<br /> Add your functinality.
<br /> Add your functionality.
</p>
<Image
src="/arrow.svg"
Expand Down