Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aditansh committed Feb 25, 2024
1 parent 3b66fea commit 6d0abf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devsoc24-landing/src/components/Timeline.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from "react";
import Image from "next/image";
import devsoc2k24 from "@/assets/images/DEVSOC2k24.svg";
import LearnMoreBtn from "./learnMoreBtn";
import dotgrid from "@/assets/images/dot_grid.svg";
import LearnMoreBtn from "./learnMoreBtn";

const Timeline = () => {
return (
Expand Down

0 comments on commit 6d0abf7

Please sign in to comment.