We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea5604 commit 301afe7Copy full SHA for 301afe7
src/components/ButtonPage.tsx
@@ -89,7 +89,7 @@ const ButtonPage = ({ title }: ButtonPageProps) => {
89
type="text"
90
value={searchCode}
91
onChange={(e) => handleSearch(e.target.value)}
92
- placeholder="Enter error code"
+ placeholder="Error Code"
93
className="nav-button text-2xl font-bold text-center h-16"
94
/>
95
0 commit comments