Skip to content

Commit

Permalink
Merge pull request #35 from CDC-IITDH/nitin
Browse files Browse the repository at this point in the history
changes
  • Loading branch information
JayaSurya-27 authored Sep 5, 2024
2 parents 08716f8 + 37d29ce commit 46b849a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/component/headerone/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,14 @@ function Main() {
<ul>
<li>
<Link
to="https://drive.google.com/file/d/1P8z5w-PVAl3w6p2Z8kWgSDOUPukuMx--/view?usp=sharing"
target="_blank"

>
Placements - Rules & Regulations
</Link>
</li>
<li>
{" "}
<Link
to="https://drive.google.com/file/d/1PLHd6BiXP7fAbQaob8o0juXZzRSu8vWa/view"
target="_blank"
>
Internships - Rules & Regulations
</Link>
Expand Down Expand Up @@ -227,17 +224,15 @@ function Main() {
<ul style={{ display: "block" }}>
<li onClick={() => setmobile(!mobile)}>
<Link
to="https://drive.google.com/file/d/1P8z5w-PVAl3w6p2Z8kWgSDOUPukuMx--/view?usp=sharing"
target="_blank"

>
Placements - Rules & Regulations
</Link>
</li>
<li onClick={() => setmobile(!mobile)}>
{" "}
<Link
to="https://drive.google.com/file/d/1PLHd6BiXP7fAbQaob8o0juXZzRSu8vWa/view"
target="_blank"

>
Internships - Rules & Regulations
</Link>
Expand Down

0 comments on commit 46b849a

Please sign in to comment.