Skip to content

Commit d517f9a

Browse files
committed
.
1 parent 25e0667 commit d517f9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/(default)/(project)/kai0/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ export default function Home() {
10111011

10121012

10131013

1014-
<div className="mt-10 flex flex-row justify-center px-6">
1014+
<div className="mt-10 flex flex-row justify-center px-6" id='progressend'>
10151015
<div className="max-w-7xl w-full flex flex-col lg:flex-row gap-10 justify-center">
10161016
<AdvantageBarChart1 />
10171017
<AdvantageBarChart2 />

app/(default)/(project)/kai0/progress-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function ProgressBar() {
2626
useEffect(() => {
2727
const updateProgress = () => {
2828
const methodologyEl = document.getElementById("methodology");
29-
const citationEl = document.getElementById("citation");
29+
const citationEl = document.getElementById("progressend");
3030

3131
if (methodologyEl && citationEl) {
3232
const methodologyRect = methodologyEl.getBoundingClientRect();

0 commit comments

Comments
 (0)