Skip to content

Commit

Permalink
fix typo components example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-btc committed Jan 9, 2024
1 parent 609e612 commit fa70fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/polyfire-components/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function App() {
</div>
) : status === "authenticated" ? (
<div style={containerStyle}>
<h1 style={headerStyle}> 🔥 Polyfire Component Demo</h1>
<h1 style={headerStyle}> 🔥 Polyfire Components Demo</h1>

{/* Auto Completion Test Section */}
<div style={sectionStyle}>
Expand Down

0 comments on commit fa70fa3

Please sign in to comment.