You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/screens/Faq.tsx
+39-4Lines changed: 39 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
"use client";
2
2
3
3
importReactfrom"react";
4
+
importLinkfrom'next/link';
5
+
4
6
import{useState}from"react";
5
7
6
8
functionFaq(){
@@ -23,22 +25,55 @@ const faqs = [
23
25
{
24
26
question: "How can I upload an exam paper to the website?",
25
27
answer:
26
-
'To upload a paper, click the "Upload" button located at the top-right corner of the page. You can submit papers in PDF or image formats, especially if they’re not already available on our site.',
"What should I do if I can’t find a specific exam paper on the website?",
40
64
answer:
41
-
"If the paper you're looking for isn’t available, you can head to our Paper Request section and submit a request by specifying the subject, year, slot, and type of exam.",
65
+
<>
66
+
If the paper you're looking for isn’t available, you can{" "}
0 commit comments