File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/(default)/(project)/kai0 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments