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

Update learn more #445

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
node_version: 20
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
script_install: npm i
script_build: npm run build
preview_output: true
project_name: home
alias_domain: "darwinia-home-dev"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
node_version: 20
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
script_install: npm i
script_build: npm run build
preview_output: true
project_name: home
prod_mode: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
node_version: 20
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
script_install: npm i
script_build: npm run build
preview_output: true
project_name: home
alias_domain: "darwinia-home-stg"
Expand Down
4 changes: 2 additions & 2 deletions src/components/CrossChain/GovernedSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ const GovernedSection = () => {
Governed by
</h3>
<img src="/images/crossChain/ringDa.png" alt="ringDa" className="w-[16.25rem] lg:w-[25rem] 2xl:w-auto" />
<p className="text-[0.875rem] text-[#F6F6F7] leading-[1.4rem] tracking-[0.063rem] font-[400] mt-[1.25rem] text-center lg:w-[49rem] ">
<p className="text-[0.875rem] text-[#F6F6F7] leading-[1.4rem] tracking-[0.063rem] font-[400] mt-[1.25rem] text-center lg:w-[49rem]">
<a href="https://ringdao.com/">RingDAO</a> refers to the next governance version of Darwinia. RING serves as the governance token for RingDAO, and
the upgrades to Darwinia Chain will be governed by RingDAO. RING also functions as the Gas Token for Darwinia
Chain and plays a role in Collator Staking, among other aspects. RingDAO also governs other projects, including
Msgport and XAPI. <a href="https://ringdao.com/">Learn more</a>.
Msgport and XAPI. For details, visit <a href="https://ringdao.com/">RingDAO’s website</a>.
</p>
</section>
);
Expand Down
Loading