diff --git a/src/components/DropdownProfile.jsx b/src/components/DropdownProfile.jsx
index 832071f..6d40198 100644
--- a/src/components/DropdownProfile.jsx
+++ b/src/components/DropdownProfile.jsx
@@ -43,7 +43,7 @@ function DropdownProfile({
onClick={() => setDropdownOpen(!dropdownOpen)}
aria-expanded={dropdownOpen}
>
-
+
Acme Inc.
diff --git a/src/partials/Sidebar.jsx b/src/partials/Sidebar.jsx
index 62bb252..a67245b 100644
--- a/src/partials/Sidebar.jsx
+++ b/src/partials/Sidebar.jsx
@@ -47,6 +47,10 @@ function Sidebar({
}
}, [sidebarExpanded]);
+ function saveDigitalId () {
+ localStorage.setItem('digitalId', '7234ABC3423423523457234ABC34234')
+ }
+
return (
{/* Sidebar backdrop (mobile only) */}
@@ -416,7 +420,7 @@ function Sidebar({
-
+ saveDigitalId()} end to="/shared-data" className="block text-slate-400 hover:text-slate-200 transition duration-150 truncate">
Shared Data