Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 83ed4c7

Browse files
author
von-steinkirch
committed
clean up header
1 parent a09a243 commit 83ed4c7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/PredictCards.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,17 @@ const PredictCards: React.FC = () => {
124124
<div className="predict-card world-card">
125125
<h3 className="card-title">World Predictions</h3>
126126
<div className="world-content">
127-
<p>Explore predictions about global events, politics, and world affairs.</p>
127+
<p>
128+
Explore predictions about global events, politics, and world affairs.
129+
</p>
128130
<div
129131
style={{
130132
display: "flex",
131133
justifyContent: "center",
132134
marginTop: "2rem",
133135
}}
134136
>
135-
<button className="submit-button">
136-
Coming Soon
137-
</button>
137+
<button className="submit-button">Coming Soon</button>
138138
</div>
139139
</div>
140140
</div>

src/i18n/header.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"en": {
33
"title": "LILIT",
4-
"browserTitle": "LILIT - Ancient wisdom meets the AI age",
5-
"description": "Ancient wisdom meets the AI age",
4+
"browserTitle": "LILIT - Ancient Wisdom Meets the AI Age",
5+
"description": "Ancient Wisdom Meets the AI Age",
66
"nav": {
77
"home": "home",
88
"trade": "trade",

0 commit comments

Comments
 (0)