Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Aug 29, 2023
1 parent bcc50f9 commit 0db40a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/_Landing/sections/footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { FaFacebookF } from "react-icons/fa";
import { FaInstagram } from "react-icons/fa";
import { FaTwitter } from "react-icons/fa";
Expand Down Expand Up @@ -39,7 +38,8 @@ function Footer() {
</a>
</div>
<div>
<a className="text-subtitles font-semibold pl-2" href="https://linktr.ee/thehackru">linktr.ee/thehackru</a>
<a className="text-subtitles font-semibold pl-2"
href="https://linktr.ee/thehackru">linktr.ee/thehackru</a>

</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/components/_Landing/sections/hero/MainHeroContent.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import { IoMoon } from "react-icons/io5";
import { Link } from "react-router-dom";

function LoginAndRegister(props: { isLoggedIn: boolean, registrationOpen: false, }) {
Expand Down

0 comments on commit 0db40a7

Please sign in to comment.