Skip to content

Commit

Permalink
test: Add second icon pack
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Sep 2, 2024
1 parent 0edfab1 commit e44cdbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cypress/platform/architecture-external.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ <h2>External Icons Demo</h2>
service s3(logos:aws-s3)[Cloud Store]
service ec2(logos:aws-ec2)[Server]
service api(logos:aws-api-gateway)[Api Gateway]
service fa(fa:image)[Font Awesome Icon]
</pre>

<script type="module">
Expand All @@ -34,6 +35,13 @@ <h2>External Icons Demo</h2>
loader: () =>
fetch('https://unpkg.com/@iconify-json/logos/icons.json').then((res) => res.json()),
},
{
name: 'fa',
loader: () =>
fetch('https://unpkg.com/@iconify-json/fa6-regular/icons.json').then((res) =>
res.json()
),
},
]);
await mermaid.run();
if (window.Cypress) {
Expand Down

0 comments on commit e44cdbd

Please sign in to comment.