Skip to content

Commit

Permalink
fix: spelling for plasmo (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
WonderPanda authored May 22, 2024
1 parent d7533c6 commit 0a2eb8c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion with-firebase-auth/newtab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function IndexNewtab() {
}
/>

<footer>Crafted by @PlamoHQ</footer>
<footer>Crafted by @PlasmoHQ</footer>
</div>
)
}
2 changes: 1 addition & 1 deletion with-firebase-auth/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function IndexPopup() {
)}
</div>

<footer>Crafted by @PlamoHQ</footer>
<footer>Crafted by @PlasmoHQ</footer>
</div>
)
}
2 changes: 1 addition & 1 deletion with-messaging/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function IndexPopup() {
<br />
<label>Text Data:</label>
<p>{csResponse}</p>
<footer>Crafted by @PlamoHQ</footer>
<footer>Crafted by @PlasmoHQ</footer>
</div>
)
}
Expand Down
2 changes: 1 addition & 1 deletion with-react-native/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function IndexPopup() {
window.open("https://docs.plasmo.com", "_blank")
}}
/>
<Text>Crafted by @PlamoHQ</Text>
<Text>Crafted by @PlasmoHQ</Text>
</View>
)
}
Expand Down
2 changes: 1 addition & 1 deletion with-src/src/newtab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function IndexNewtab() {
Welcome to your <a href="https://www.plasmo.com">Plasmo</a> Extension!
</h1>
<input onChange={(e) => setData(e.target.value)} value={data} />
<footer>Crafted by @PlamoHQ</footer>
<footer>Crafted by @PlasmoHQ</footer>
</div>
)
}
Expand Down
2 changes: 1 addition & 1 deletion with-src/src/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function IndexOptions() {
Welcome to your <a href="https://www.plasmo.com">Plasmo</a> Extension!
</h1>
<input onChange={(e) => setData(e.target.value)} value={data} />
<footer>Crafted by @PlamoHQ</footer>{" "}
<footer>Crafted by @PlasmoHQ</footer>{" "}
</div>
)
}
Expand Down
2 changes: 1 addition & 1 deletion with-src/src/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function IndexPopup() {
Welcome to your <a href="https://www.plasmo.com">Plasmo</a> Extension!
</h1>
<input onChange={(e) => setData(e.target.value)} value={data} />
<footer>Crafted by @PlamoHQ</footer>
<footer>Crafted by @PlasmoHQ</footer>
</div>
)
}
Expand Down

0 comments on commit 0a2eb8c

Please sign in to comment.