Skip to content

Commit

Permalink
Merge pull request #100 from adityadeep3007/GC-socult
Browse files Browse the repository at this point in the history
feat: updated GC-socult Data
  • Loading branch information
ParthGupta2510 authored Sep 15, 2023
2 parents 6404053 + 1c64d06 commit 6c2a9c0
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 17 deletions.
4 changes: 2 additions & 2 deletions src/pages/results/GC.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { useState } from "react";
import "./interiit.css";
import GCdata from "./GCdata";

const years = ["2016-17","2017-18","2018-19","2019-20","2020-21","2021-22"];
const years = ["2016-17","2017-18","2018-19","2019-20","2020-21","2021-22","2022-23"];

export default function InterIIT() {
const [currentTab, setCurrentTab] = useState("Sports");
const [currentYear, setCurrentYear] = useState("2021-22");
const [currentYear, setCurrentYear] = useState("2022-23");

const handleTabChange = (s) => {
setCurrentTab(s);
Expand Down
Loading

0 comments on commit 6c2a9c0

Please sign in to comment.