Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #19

Merged
merged 2 commits into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions packages/xtoken-home/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ export default function Home() {
<div className="flex flex-col">
<Image alt="Logo" width={210} height={56} src="/logo.svg" className="shrink-0" />
<span className="mt-11 inline-block text-3xl font-bold text-white lg:w-[32.8rem]">
XToken, Helix&apos; Bridge as a Service Open Platform
XToken, Helix&apos;s Bridge as a Service Open Platform
</span>
<span className="mt-5 inline-block text-sm font-normal text-white/60 lg:w-[36rem]">
XToken BAAS(Bridge as a Service) offers professional cross-chain token mapping bridge services tailored for cryptocurrency token issuance projects or custodial applications. Clients maintain full control over contracts and asset permissions. Our comprehensive services include BAAS solution consulting, contract deployment, indexing, and UI cloud services. Custom domain provisioning is also available. For inquiries, please contact hello@helixbridge.app.
<span className="mt-5 inline-block text-sm font-normal leading-6 text-white/60 lg:w-[36rem]">
XToken BAAS(Bridge as a Service) offers professional cross-chain token mapping bridge services tailored for
cryptocurrency token issuance projects or custodial applications. Clients maintain full control over
contracts and asset permissions. Our comprehensive services include BAAS solution consulting, contract
deployment, indexing, and UI cloud services. Custom domain provisioning is also available. For inquiries,
please contact hello@helixbridge.app.
</span>
</div>
<div className="flex items-center gap-8">
Expand Down
Loading