Skip to content

Commit

Permalink
fix postcode error
Browse files Browse the repository at this point in the history
  • Loading branch information
sonianb committed Jul 1, 2022
1 parent ebcc20c commit 94a55dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/clothes-condition/recycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Recycle() {
if (!result.ok) {
setData(null);
setError(
`Oops, looks like we don't have any information for this postcode, yet. Try the postcode N195SH.`
`Oops, looks like we don't have any information for this postcode, yet. Try the postcode n195sh.`
);
return;
}
Expand Down

1 comment on commit 94a55dd

@vercel
Copy link

@vercel vercel bot commented on 94a55dd Jul 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.