Skip to content

Commit 301afe7

Browse files
authored
Update ButtonPage.tsx
1 parent dea5604 commit 301afe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ButtonPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const ButtonPage = ({ title }: ButtonPageProps) => {
8989
type="text"
9090
value={searchCode}
9191
onChange={(e) => handleSearch(e.target.value)}
92-
placeholder="Enter error code"
92+
placeholder="Error Code"
9393
className="nav-button text-2xl font-bold text-center h-16"
9494
/>
9595

0 commit comments

Comments
 (0)