feat(F-048): completed feature

This commit is contained in:
chattie
2026-08-19 07:17:14 +02:00
parent 8ee1938af9
commit 835ab66eda
187 changed files with 12361 additions and 1065 deletions

View File

@@ -89,13 +89,6 @@ export default function SettingsPage() {
{t.label}
</button>
))}
<div className="border-t border-gray-200 my-2" />
<a href="/shipping" className="block px-4 py-2.5 rounded-xl text-sm font-medium text-gray-600 hover:bg-gray-100 transition-colors">
<span className="mr-2">🚚</span>Envíos
</a>
<a href="/tax-rates" className="block px-4 py-2.5 rounded-xl text-sm font-medium text-gray-600 hover:bg-gray-100 transition-colors">
<span className="mr-2">💰</span>IVA
</a>
</nav>
{/* Form area */}