forked from emre/www_projectmycelium_com
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:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user