Skip to content

Commit 0832765

Browse files
authored
Merge pull request #28 from GreenEarthX/fix/feedback-changes
update map name to GEX Ecosystem Map
2 parents 21bff36 + 2f3a95e commit 0832765

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/app/MapWrapper.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export default function MapWrapper() {
200200
setError('Failed to load data. Using default content.');
201201
if (showDisclaimer) {
202202
setDisclaimerData([
203-
'You are using a Beta version of GreenEarthX, intended for early access, testing, and feedback.',
203+
'You are using a Beta version of GEX Ecosystem Map, intended for early access, testing, and feedback.',
204204
'The platform is under development and may include bugs, incomplete features, or performance issues.',
205205
'Do not upload sensitive, confidential, or personal information; data security cannot be guaranteed at this stage.',
206206
'GreenEarthX assumes no liability for data loss or unauthorized access during Beta usage.',
@@ -278,7 +278,7 @@ function DisclaimerScreen({
278278
style={disclaimerStyles.logo}
279279
/>
280280
<h1 id="disclaimer-title" style={disclaimerStyles.title}>
281-
<span style={disclaimerStyles.gex}>GEX</span> Map - Beta Version
281+
<span style={disclaimerStyles.gex}>GEX Ecosystem Map</span> - Beta Version
282282
</h1>
283283
<div style={disclaimerStyles.disclaimerBox}>
284284
<div style={disclaimerStyles.warningIcon}>⚠️</div>
@@ -323,7 +323,7 @@ function LoadingScreen() {
323323
<div style={styles.content}>
324324
<Image src="/gex-logo.png" alt="GEX Logo" width={60} height={96} />
325325
<h1 style={styles.title}>
326-
Welcome to <span style={styles.gex}>GEX</span> Map
326+
Welcome to <span style={styles.gex}>GEX Ecosystem Map</span>
327327
</h1>
328328
<p style={styles.subTitle}>We’re setting things up for you ...</p>
329329
<div style={styles.loaderWrapper}>
@@ -347,7 +347,7 @@ function WelcomeModal({
347347
<div className="fixed inset-0 z-[99999] flex items-center justify-center bg-black/50">
348348
<div className="bg-white rounded-2xl shadow-xl p-6 max-w-md w-[90%] text-center">
349349
<h2 className="text-xl font-semibold text-[#006CB5] mb-3">
350-
Welcome to GEX Map 🎉
350+
Welcome to GEX Ecosystem Map 🎉
351351
</h2>
352352
<p className="text-gray-600 mb-4 text-sm leading-relaxed">
353353
You can explore environmental projects, interact with the map, and

src/app/components/GexHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function GexHeader() {
6666
<Image src="/gex-logo.png" alt="GEX Logo" width={40} height={40} className="h-10 w-10 object-contain" />
6767
</Link>
6868
<Link href="/">
69-
<span className="text-lg font-bold text-[#006cb5] tracking-tight sm:text-xl">GreenEarthX Map</span>
69+
<span className="text-lg font-bold text-[#006cb5] tracking-tight sm:text-xl">GEX Ecosystem Map</span>
7070
</Link>
7171
</div>
7272
<div className="flex items-center space-x-2">

src/app/components/PlantList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default function PlantList({ type, data, columns }: PlantListProps) {
169169
/>
170170
</div>
171171
<h1 className="text-2xl md:text-3xl font-bold text-blue-600 mt-2">
172-
GEX Database - {type}
172+
GEX Ecosystem Database - {type}
173173
</h1>
174174
</div>
175175

src/app/components/PlantListPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default function PlantListPage() {
142142
/>
143143
</div>
144144
<h1 className="text-2xl md:text-3xl font-bold text-blue-600 mt-2">
145-
GEX Database
145+
GEX Ecosystem Database
146146
</h1>
147147
</div>
148148

src/app/components/UserGuideModal.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const UserGuideModal = ({ isOpen, onClose }: UserGuideModalProps) => {
5656
<div className="bg-white rounded-lg shadow-xl max-w-4xl w-full max-h-[90vh] overflow-y-auto">
5757
{/* Header */}
5858
<div className="flex justify-between items-center p-4 border-b">
59-
<h2 className="text-2xl font-bold text-blue-700">GreenEarthX Map User Guide</h2>
59+
<h2 className="text-2xl font-bold text-blue-700">GEX Ecosystem Map User Guide</h2>
6060
<button onClick={onClose} className="text-gray-500 hover:text-gray-700">
6161
<svg xmlns="http://www.w3.org/2000/svg" className="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
6262
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M6 18L18 6M6 6l12 12" />
@@ -112,12 +112,12 @@ const UserGuideModal = ({ isOpen, onClose }: UserGuideModalProps) => {
112112
</button>
113113

114114
<div className="text-sm text-gray-600 text-center md:text-right">
115-
Need more help? Contact our team at{" "}
116-
<a href="mailto:support@greenearthx.com" className="text-blue-600 hover:underline">
115+
Need more help? Contact our team via{" "}
116+
<a href="mailto:no-reply@greenearthx.com" className="text-blue-600 hover:underline">
117117
support@greenearthx.com
118118
</a>{" "}
119119
or{" "}
120-
<a href="https://greenearthx.com/contact" target="_blank" rel="noopener noreferrer" className="text-blue-600 hover:underline">
120+
<a href="https://greenearthx.com" target="_blank" rel="noopener noreferrer" className="text-blue-600 hover:underline">
121121
greenearthx.com
122122
</a>
123123
</div>

src/app/plant-widget/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function PlantTypeWidgetsPage() {
5353
/>
5454
</div>
5555
<h1 className="text-2xl sm:text-3xl font-bold text-blue-800 mt-5">
56-
Explore Hydrogen & CCUS Infrastructure
56+
Explore GEX Ecosystem Database
5757
</h1>
5858
<p className="text-gray-600 text-sm sm:text-base mt-2">
5959
Select a category to view details

0 commit comments

Comments
 (0)