You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/contact.astro
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
importHeaderfrom'../components/Header.astro';
3
3
importFooterfrom'../components/Footer.astro';
4
+
import { Mail } from'@lucide/astro';
4
5
import'../styles/global.css';
5
6
importforumIconfrom'../assets/links-forums.png';
6
7
---
@@ -230,7 +231,8 @@ import forumIcon from '../assets/links-forums.png';
230
231
</div>
231
232
232
233
<pclass="text-center text-gray-400 mt-8 text-sm">
233
-
Discord is the best way to reach all of us. You can also email <ahref="mailto:contact@ksp2redux.org"class="text-ksp-red hover:underline">contact@ksp2redux.org</a>.
234
+
Discord is the best way to reach all of us.<br/>
235
+
For partnership, press, and business inquiries: <ahref="mailto:contact@ksp2redux.org"class="text-ksp-red hover:underline">contact@ksp2redux.org</a>.
234
236
</p>
235
237
</section>
236
238
@@ -240,14 +242,20 @@ import forumIcon from '../assets/links-forums.png';
240
242
Not sure where to ask?
241
243
</h2>
242
244
<pclass="text-gray-400 mb-6 max-w-xl mx-auto">
243
-
Start on Discord. If it needs direct project-lead attention, email contact@ksp2redux.org.
245
+
Start on Discord for general questions and support. For partnerships, press, or business inquiries, email <ahref="mailto:contact@ksp2redux.org"class="text-ksp-red hover:underline">contact@ksp2redux.org</a>.
0 commit comments