Skip to content

Commit 9dae8ea

Browse files
committed
Add privacy policy link
1 parent e36bbd9 commit 9dae8ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/Toolbar/Sidebar.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ export default function Sidebar({ show, onClose }: SidebarProps) {
8888
Code of Conduct
8989
<ExternalLink size={16} />
9090
</Link>
91+
<Link
92+
href="https://sinfo.org/privacy-policy"
93+
target="_blank"
94+
className="flex items-center gap-x-2"
95+
>
96+
Privacy Policy
97+
<ExternalLink size={16} />
98+
</Link>
9199
<button
92100
className="flex items-center gap-x-2 text-red-500"
93101
onClick={handleLogout}

0 commit comments

Comments
 (0)