Skip to content

Commit

Permalink
update reg close date + update cp
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskar1001101 committed Jul 31, 2024
1 parent 89077b8 commit 0942d18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/components/Cp/Cp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ const topImages = [
const bottomImages = [
{ src: "/images/iei.svg", alt: "iei" },
{ src: "/images/iiitians.svg", alt: "iiitians" },
{ src: "/images/rc.svg", alt: "rc" },
// { src: "/images/rc.svg", alt: "rc" },
{ src: "/images/thc.svg", alt: "thc" },
{ src: "/images/gdscm.svg", alt: "gdscm" },
{ src: "/images/vuchvilla.svg", alt: "vv" },
// { src: "/images/vuchvilla.svg", alt: "vv" },

// double for infinite loop
{ src: "/images/iei.svg", alt: "iei" },
{ src: "/images/iiitians.svg", alt: "iiitians" },
{ src: "/images/rc.svg", alt: "rc" },
// { src: "/images/rc.svg", alt: "rc" },
{ src: "/images/thc.svg", alt: "thc" },
{ src: "/images/gdscm.svg", alt: "gdscm" },
{ src: "/images/vuchvilla.svg", alt: "vv" },
// { src: "/images/vuchvilla.svg", alt: "vv" },
];

const SimpleSlider = ({ images, direction }) => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Schedule/Schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function Schedule() {
className="flex flex-col justify-center items-center min-w-[330px] 3xl:min-w-[660px] m-1"
>
<h1 className="text-[#FFC977] text-3xl md:text-4xl xl:text-4xl 3xl:text-6xl">
July 30
Aug 10
</h1>
<h3 className="text-[#00FFDF] text-1xl md:text-2xl xl:text-2xl 3xl:text-4xl">
12:00 AM
Expand Down
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom';
import ReactDOM from 'react-dom/client';
import App from './App.jsx';
import './index.css';
import { BrowserRouter } from 'react-router-dom';
Expand Down

0 comments on commit 0942d18

Please sign in to comment.