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 86a9564 commit 1e35ebaCopy full SHA for 1e35eba
apps/mail/components/navigation.tsx
@@ -243,15 +243,12 @@ export function Navigation() {
243
</SheetHeader>
244
<div className="mt-8 flex flex-col space-y-3">
245
<div className="flex flex-col space-y-3">
246
- <Link to="/" className="mt-2" onClick={() => setOpen(false)}>
+ <Link to="/" onClick={() => setOpen(false)}>
247
Home
248
</Link>
249
- <Link to="/pricing" className="mt-2" onClick={() => setOpen(false)}>
+ <Link to="/pricing" onClick={() => setOpen(false)}>
250
Pricing
251
252
- <Link to="/privacy" className="mt-2" onClick={() => setOpen(false)}>
253
- Privacy
254
- </Link>
255
{aboutLinks.map((link) => (
256
<a key={link.title} href={link.href} className="block font-medium">
257
{link.title}
0 commit comments