fix(frontend): URL corect Contact (romfast.ro/menu/contact.html)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-07-10 18:23:13 +00:00
parent d54a1987e3
commit 38902413f7
3 changed files with 3 additions and 3 deletions

View File

@@ -174,7 +174,7 @@
<nav class="footer-links">
<router-link to="/termeni">Termeni</router-link>
<router-link to="/confidentialitate">Confidențialitate / GDPR</router-link>
<a href="https://romfast.ro/contact" target="_blank" rel="noopener">Contact</a>
<a href="https://romfast.ro/menu/contact.html" target="_blank" rel="noopener">Contact</a>
<a href="https://romfast.ro" target="_blank" rel="noopener">romfast.ro</a>
</nav>
</div>

View File

@@ -50,7 +50,7 @@
<p>
Pentru orice întrebare legată de acești termeni:
<a href="mailto:contact@romfast.ro">contact@romfast.ro</a> sau pagina de
<a href="https://romfast.ro/contact" target="_blank" rel="noopener">Contact</a>.
<a href="https://romfast.ro/menu/contact.html" target="_blank" rel="noopener">Contact</a>.
</p>
</LegalPage>
</template>