From 3b66fea70e95e71ca9fe97ead6eac6d2b91a37d5 Mon Sep 17 00:00:00 2001 From: Aaditya Mahanta Date: Sun, 25 Feb 2024 22:05:16 +0530 Subject: [PATCH] fix --- devsoc24-landing/src/components/Timeline.tsx | 2 +- devsoc24-landing/src/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devsoc24-landing/src/components/Timeline.tsx b/devsoc24-landing/src/components/Timeline.tsx index 9dcc7cd..dc4a7b7 100644 --- a/devsoc24-landing/src/components/Timeline.tsx +++ b/devsoc24-landing/src/components/Timeline.tsx @@ -1,7 +1,7 @@ import React from "react"; import Image from "next/image"; import devsoc2k24 from "@/assets/images/DEVSOC2k24.svg"; -import LearnMoreBtn from "./LearnMoreBtn"; +import LearnMoreBtn from "./learnMoreBtn"; import dotgrid from "@/assets/images/dot_grid.svg"; const Timeline = () => { diff --git a/devsoc24-landing/src/pages/index.tsx b/devsoc24-landing/src/pages/index.tsx index bdb9c98..5e7a9e0 100644 --- a/devsoc24-landing/src/pages/index.tsx +++ b/devsoc24-landing/src/pages/index.tsx @@ -1,4 +1,4 @@ -import Timeline from "@/components/Timeline"; +import Timeline from "@/components/timeline"; import About from "@/components/about"; import Footer from "@/components/footer"; import Main from "@/components/main";