Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/nanoid-3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest authored Jan 10, 2025
2 parents e1c2664 + dd983cd commit 11ea8ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
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

0 comments on commit 11ea8ac

Please sign in to comment.