Skip to content

Commit

Permalink
fix safety training typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-gomez committed Apr 15, 2024
1 parent a3722bc commit cd2fcec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Header = () => {
<div>
{!isSafetyTrained && (
<p className="text-red-500 text-bold ">
You have to take safty training before booking!
You have to take safety training before booking!
</p>
)}
{isBanned && <p className="text-red-500 text-bold ">You're banned </p>}
Expand Down

0 comments on commit cd2fcec

Please sign in to comment.