create-brainerce-store 1.30.0 → 1.31.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,6 +25,12 @@ export function Footer() {
25
25
  >
26
26
  {tn('products')}
27
27
  </Link>
28
+ <Link
29
+ href="/contact"
30
+ className="text-muted-foreground hover:text-foreground text-sm transition-colors"
31
+ >
32
+ {tn('contact')}
33
+ </Link>
28
34
  {isLoggedIn && (
29
35
  <Link
30
36
  href="/account"