Skip to content

Commit

Permalink
Merge pull request #53 from parteekcoder/main
Browse files Browse the repository at this point in the history
removing unused files
  • Loading branch information
parteekcoder authored Jan 28, 2024
2 parents 5f6029d + fa01325 commit 1913584
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1,674 deletions.
94 changes: 0 additions & 94 deletions public/images/RegisterButton.svg

This file was deleted.

94 changes: 0 additions & 94 deletions public/images/RegisterButtonHover.svg

This file was deleted.

6 changes: 2 additions & 4 deletions src/components/Hero/HeroSection.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import React, { useState } from "react";
import React from "react";
import { useEffect } from "react";
import heroText from "../../../public/images/HeroText.svg";
import linkArrow from "../../../public/images/LinkArrow.svg";
import HeroSectionImg from "../../../public/images/HeroSection.svg";
import regButtonHover from "../../../public/images/RegisterButtonHover.svg";
import regButton from "../../../public/images/RegisterButton.svg";

function HeroSection() {
const [isHovered, setIsHovered] = useState(false);

useEffect(() => {
const script = document.createElement("script");
script.src = "https://apply.devfolio.co/v2/sdk.js";
Expand Down
Loading

0 comments on commit 1913584

Please sign in to comment.