Skip to content

Commit

Permalink
Merge pull request #354 from iarmaanx/main
Browse files Browse the repository at this point in the history
"Frequently Asked Questions" to "FAQs" #341
  • Loading branch information
skmirajulislam authored Oct 18, 2024
2 parents 19fcaca + 941c50f commit ec071cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Home/Faqs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function Faqs() {

return (
<div className="faqs-container">
<h1 className="faqs-title">Frequently Asked Questions</h1>
<h1 className="faqs-title">FAQs</h1>
<div className="faqs-list">
{faqs.map((faq, index) => (
<div
Expand Down

0 comments on commit ec071cc

Please sign in to comment.