We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36bbd9 commit 9dae8eaCopy full SHA for 9dae8ea
src/components/Toolbar/Sidebar.tsx
@@ -88,6 +88,14 @@ export default function Sidebar({ show, onClose }: SidebarProps) {
88
Code of Conduct
89
<ExternalLink size={16} />
90
</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>
99
<button
100
className="flex items-center gap-x-2 text-red-500"
101
onClick={handleLogout}
0 commit comments