Skip to content

Commit a389cef

Browse files
add: underline
1 parent ade6e77 commit a389cef

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

src/components/screens/Faq.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ const faqs = [
3131
href="https://papers.codechefvit.com/upload"
3232
target="_blank"
3333
rel="noopener noreferrer"
34-
className="dark:text-blue-400 text-red-500"
35-
style={{textDecoration: "underline" }}
34+
className="dark:text-blue-400 text-red-500 underline"
3635
>
3736
Upload
38-
3937
</Link>
4038
{" "}button at the top-right corner to submit your exam papers.
4139
</>
@@ -53,8 +51,7 @@ const faqs = [
5351
href="mailto:codechefvit@gmail.com"
5452
target="_blank"
5553
rel="noopener noreferrer"
56-
className="dark:text-blue-400 text-red-500"
57-
style={{textDecoration: "underline" }}
54+
className="dark:text-blue-400 text-red-500 underline"
5855
>
5956
codechefvit@gmail.com
6057
</Link>
@@ -71,8 +68,7 @@ const faqs = [
7168
href="https://papers.codechefvit.com/request"
7269
target="_blank"
7370
rel="noopener noreferrer"
74-
className="dark:text-blue-400 text-red-500"
75-
style={{textDecoration: "underline" }}
71+
className="dark:text-blue-400 text-red-500 underline"
7672
>
7773
submit a request
7874
</Link>

0 commit comments

Comments
 (0)