Skip to content

Commit f8d5b5a

Browse files
authored
Merge pull request #40 from Octasol/landing_page
hotfix content
2 parents a766a99 + 78d4161 commit f8d5b5a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/components/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Header = (props: Props) => {
2323
loading="lazy"
2424
/>
2525
</Link>
26-
<span className="text-sm font-bold tracking-widest">Beta</span>
26+
<span className="text-sm font-bold tracking-widest">Octasol Beta</span>
2727
</div>
2828
<div className="flex items-center gap-6">
2929
<Login />

src/components/LandingPage/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -423,10 +423,10 @@ export default function LandingPage() {
423423
<p>CONNECT</p>
424424
<div className="flex flex-col gap-5">
425425
<p className="text-[#97F4E4] font-bold text-3xl">Bounties</p>
426-
<p>
426+
{/* <p>
427427
Grow the economy of your chain by connecting to Cronos Hub
428428
services using IBC protocol.
429-
</p>
429+
</p> */}
430430
</div>
431431
<Image
432432
src="/assets/octasol-designs/Media/format-square.svg"
@@ -442,10 +442,10 @@ export default function LandingPage() {
442442
<p className="text-[#97F4E4] font-bold text-3xl">
443443
Escrow-based
444444
</p>
445-
<p>
445+
{/* <p>
446446
Get support to bring users to Cronos by providing services
447447
such as exchanges, wallets and more.
448-
</p>
448+
</p> */}
449449
</div>
450450
<Image
451451
src="/assets/octasol-designs/Media/copy-success.svg"
@@ -461,10 +461,10 @@ export default function LandingPage() {
461461
<p className="text-[#97F4E4] font-bold text-3xl">
462462
Dev ID Verification
463463
</p>
464-
<p>
464+
{/* <p>
465465
Join the ranks of trusted decentralized validator operators in
466466
the network and help secure the interchain.
467-
</p>
467+
</p> */}
468468
</div>
469469
<Image
470470
src="/assets/octasol-designs/Media/people.svg"

0 commit comments

Comments
 (0)