Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott170c committed Dec 7, 2024
1 parent 5bd1ba5 commit 7121ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/FAQcard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const FAQcard: React.FC<CardProps> = ({ question, answer }) => {
// Inline styles for the component
const styles = {
card: {
border: '1px solid #ddd',
borderRadius: '20px',
padding: '16px',
margin: '16px',
Expand Down

0 comments on commit 7121ca0

Please sign in to comment.