Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • lenix.io/lenix-io-website
1 result
Show changes
Commits on Source (2)
...@@ -420,9 +420,6 @@ function App() { ...@@ -420,9 +420,6 @@ function App() {
<div> <div>
<h3 className="text-xl font-semibold mb-4 text-indigo-400">Contact</h3> <h3 className="text-xl font-semibold mb-4 text-indigo-400">Contact</h3>
<div className="space-y-2"> <div className="space-y-2">
<a href="tel:+33123456789" className="flex items-center hover:text-indigo-400 transition-colors">
<Phone className="w-5 h-5 mr-2" /> +33 1 23 45 67 89
</a>
<a href="mailto:contact@lenix.io" className="flex items-center hover:text-indigo-400 transition-colors"> <a href="mailto:contact@lenix.io" className="flex items-center hover:text-indigo-400 transition-colors">
<Mail className="w-5 h-5 mr-2" /> contact@lenix.io <Mail className="w-5 h-5 mr-2" /> contact@lenix.io
</a> </a>
......