Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion packages/frontend/src/_App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class App extends React.Component<Props, State> {
<p>
The Magic Mirror allows you to mirror your Optimism NFTs
on Ethereum so you can display them on apps like Twitter
that don't yet support Opitmism NFTs natively.
that don't yet support Optimism NFTs natively.
</p>
<p>
Once you connect your wallet, you'll first be prompted to
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Home = () => {
<span>The Magic Mirror</span> allows you to mirror your{' '}
<span>Optimism NFTs on Ethereum</span> so you can{' '}
<span>display them on apps like Twitter</span> that don't yet support
Opitmism NFTs natively.
Optimism NFTs natively.
</p>
<p>
Once you connect your wallet, you'll first be prompted to mint a Magic
Expand Down