refactor: add line break to HomeAurora heading for improved readability

- Added <br /> tag to split "Private, Distributed Infrastructure Built" and "for Digital Sovereignty" across two lines
- Removed trailing whitespace from first line of heading text
This commit is contained in:
2025-11-19 16:05:15 +01:00
parent 9f1e78e116
commit f126287018

View File

@@ -20,7 +20,8 @@ export function HomeAurora() {
<div className="max-w-2xl lg:pl-6"> <div className="max-w-2xl lg:pl-6">
<Eyebrow> Project MYCELIUM</Eyebrow> <Eyebrow> Project MYCELIUM</Eyebrow>
<H3 className="mt-4"> <H3 className="mt-4">
Private, Distributed Infrastructure Built Private, Distributed Infrastructure Built
<br />
for Digital Sovereignty for Digital Sovereignty
</H3> </H3>