Skip to content

Commit 6f4f3dd

Browse files
committed
fixed lnt
1 parent 41f7785 commit 6f4f3dd

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

app/(public)/cgpa-calculator/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {
1717
Star,
1818
Briefcase,
1919
ShieldCheck,
20-
Compass,
2120
} from "lucide-react";
2221

2322
export default function CgpaCalculatorPage() {

app/(public)/privacy/InteractivePath.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22

3-
import { useRef, useState, useEffect } from "react";
3+
import { useRef, useState } from "react";
44
import {
55
motion,
66
useScroll,

app/(public)/privacy/page.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
RefreshCw,
88
Mail,
99
ArrowRight,
10-
Zap,
1110
} from "lucide-react";
1211
import { Metadata } from "next";
1312
import { InteractivePath } from "./InteractivePath";
@@ -41,9 +40,9 @@ export default function PrivacyPolicyPage() {
4140
</h1>
4241

4342
<p className="text-lg sm:text-xl text-slate-500 dark:text-slate-400 font-normal leading-relaxed max-w-2xl mx-auto">
44-
Your academic records are deeply personal. We don't just protect
45-
them—we've engineered an impenetrable, world-class architecture to
46-
ensure your data remains exclusively yours.
43+
Your academic records are deeply personal. We don&apos;t just
44+
protect them—we&apos;ve engineered an impenetrable, world-class
45+
architecture to ensure your data remains exclusively yours.
4746
</p>
4847

4948
{/* The Path Origin Connector */}
@@ -170,7 +169,7 @@ function TimelineNode({
170169
delay,
171170
}: {
172171
index: string;
173-
icon: any;
172+
icon: React.ElementType;
174173
title: string;
175174
content: string;
176175
side: "left" | "right";

0 commit comments

Comments
 (0)