diff --git a/src/components/ToggleElement.astro b/src/components/ToggleElement.astro
index 58ba96588..c1b44990c 100644
--- a/src/components/ToggleElement.astro
+++ b/src/components/ToggleElement.astro
@@ -48,7 +48,7 @@ const anchorHash = anchor.replace(/\s+/g, "-")
border-radius: 27px;
border: 1px solid #dadada;
overflow: hidden;
- font-weight: 600;
+ font-weight: 400;
padding-left: 0.3rem;
@apply text-black dark:text-white-800 border-primary dark:border-dark-primary;
}
diff --git a/src/content/docs/en/developers/guides/canvas-badge-integration.mdx b/src/content/docs/en/developers/guides/canvas-badge-integration.mdx
index 101356aa5..ec0128e53 100644
--- a/src/content/docs/en/developers/guides/canvas-badge-integration.mdx
+++ b/src/content/docs/en/developers/guides/canvas-badge-integration.mdx
@@ -26,7 +26,7 @@ Canvas is an open onchain profile database of user identities and achievements (
### Badge
-**Badges** are attestations of identities, achievements and traits verified through the [Ethereum Attestation Service](https://docs.attest.sh/docs/welcome), issued **permissionlessly by different ecosystem projects**. Badges are wallet-bound and non-transferable. **Badges facilitate interactions between ecosystem projects and users.**
+**Badges** are attestations of identities, achievements and traits verified through the [Ethereum Attestation Service](https://scroll.easscan.org/learn/scroll), issued **permissionlessly by different ecosystem projects**. Badges are wallet-bound and non-transferable. **Badges facilitate interactions between ecosystem projects and users**.
Developers can issue badges in three methods:
@@ -48,7 +48,7 @@ Developers can design badges in two ways:
Badge issuance and deployment of the contract is fully permissionless. Please follow the steps below to issue a Badge for your project.
## Step 1 `Design`: Badge Design Guidelines
@@ -72,7 +72,7 @@ For Canvas and badge questions, please join [Scroll dev support channel](https:/
| Description | Brief description of the *purpose* of this badge and *who is eligible* |
| Structure | *One single attribute* *Multiple Badges with levels* trigged by different actions and traits |
| Category | *Achievement*: tasks you have done. e.g. Scroll Origin NFTs, tasks completion badge *Identities*: who you are. e.g. Ethereum year, GItcoin passport, NFT community badge |
-| Issuance method | *Fully permissionless*: meaning your badge can be automatically issued by checking smart contract conditions *Gifted:* Badges can also be issues with no user interaction **Backend-authorized**: requires APIs to enable eligibility criteria ([API requirements](https://www.notion.so/Badge-APIs-95890d7ca14944e2a6d34835ceb6b914?pvs=21)) |
+| Issuance method | *Fully permissionless*: meaning your badge can be automatically issued by checking smart contract conditions *Gifted*: Badges can also be issues with no user interaction, requires APIs *Backend-authorized*: requires APIs to enable eligibility criteria |
| Support link | **Support channel link** to your Discord/Telegram group |