Skip to content

Commit 94e0fa6

Browse files
committed
chore: updated an icon in the introduction page
- Modified introduction.js to include the updated icon. - Added kms3.png as the new icon in the directory.
1 parent 7d3b12e commit 94e0fa6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/Docs/introduction.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,11 @@ const IntroductionComponent = () => {
130130
</Link>
131131
<Link to={`/develop/kms`} className="docs_card_with_image">
132132
<div>
133-
<img src="/img/kms2.png" alt="airchains" className="kms_logo" />
133+
<img
134+
src="/img/kms3.png"
135+
alt="airchains"
136+
className="junction_logo"
137+
/>
134138
</div>
135139
<div className="docs_card_heading_title">KMS</div>
136140
<div className="docs_card_description">

static/img/kms3.png

1.02 MB
Loading

0 commit comments

Comments
 (0)