Skip to content

Commit 1abbe19

Browse files
author
Al-Musbahi
committed
updated email and fixed forms
1 parent 32010fd commit 1abbe19

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To foster student innovation in satellite and space communications through colla
3838
- **Competitions** — Participate in national and international space challenges
3939
- **Social Events** — Connect with like-minded space enthusiasts
4040

41-
**Contact us:** [leedsspacecomms@leeds.ac.uk](mailto:info@leedsspacecomms.co.uk)
41+
**Contact us:** [info@leedsspacecomms.co.uk](mailto:info@leedsspacecomms.co.uk)
4242
**Follow us:** [@leedsspacecomms](https://instagram.com/leedsspacecomms) on Instagram and LinkedIn
4343

4444
## 🚀 Fixed Issues & Status
@@ -325,7 +325,7 @@ npm run preview
325325
**Leeds Space Comms Society**
326326
University of Leeds, Leeds, UK
327327

328-
- **Email:** [info@leedsspacecomms.com](mailto:leedsspacecomms@leeds.ac.uk)
328+
- **Email:** [info@leedsspacecomms.co.uk](mailto:info@leedsspacecomms.co.uk)
329329
- **Instagram:** [@leedsspacecomms](https://instagram.com/leedsspacecomms)
330330
- **LinkedIn:** [@leedsspacecomms](https://linkedin.com/company/leedsspacecomms)
331331
- **GitHub:** [github.com/space-comms](https://github.com/space-comms)

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"contactPoint": {
9090
"@type": "ContactPoint",
9191
"contactType": "General Inquiries",
92-
"email": "contact@leedsspacecomms.co.uk"
92+
"email": "info@leedsspacecomms.co.uk"
9393
},
9494
"sameAs": [
9595
"https://github.com/space-comms"

src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const Footer = () => {
208208
University of Leeds
209209
</a>
210210
<a
211-
href="mailto:leedsspacecomms@leeds.ac.uk"
211+
href="mailto:info@leedsspacecomms.co.uk"
212212
className="hover:text-primary-400 transition-colors"
213213
>
214214
Contact

src/pages/Contact.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ const Contact = () => {
263263
onChange={handleInputChange}
264264
required
265265
className="w-full px-4 py-3 bg-white/90 dark:bg-white/10 border border-gray-300 dark:border-white/20 rounded-lg text-gray-900 dark:text-white placeholder-gray-500 dark:placeholder-white/50 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent transition-all"
266-
placeholder="john@example.com"
266+
placeholder="info@leedsspacecomms.co.uk"
267267
/>
268268
</div>
269269
</div>

0 commit comments

Comments
 (0)