Skip to content

Commit

Permalink
Update src/components/Item.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
seanquiambao authored Jul 19, 2024
1 parent a4e31b0 commit f56079d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Item.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const Item = ({ question, answer }) => {
return (
<div className="bg-biscuits-orange w-full p-4 rounded font-inika">
<div
className={`text-biscuits-brown-200 font-bold cursor-pointer text-xl md:text-3xl
}`}
className="text-biscuits-brown-200 font-bold cursor-pointer text-xl md:text-3xl"
onClick={toggleAnswer}
>
{question}
Expand Down

0 comments on commit f56079d

Please sign in to comment.