Adding info on hover over svg feature and CHA2_DS2-VASc calculator

This commit is contained in:
2026-04-03 14:53:31 +05:30
parent 66d178472a
commit 0b913dcf67
12 changed files with 295 additions and 16 deletions

View File

@@ -8,7 +8,6 @@ export default function Section({sectionName, Calculators, id} : {sectionName:st
useEffect(() => {
const bookmarkedStr:string = localStorage.getItem("bookmarks") || "[]";
const bookmarkedObj : {section:string, id:string}[] = JSON.parse(bookmarkedStr);
console.log(bookmarkedObj);
setBookmarks(bookmarkedObj);
}, [])
return(