Skip to content

Commit

Permalink
chore(demo): bump fontawesome 6.7.0 from to 6.7.1 (#3222)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Nov 21, 2024
1 parent 0c3a408 commit ca70a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>bpmn-visualization - Demo</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].0/css/all.min.css" integrity="sha256-QlOSyANkOOn+Ks3XeX8BxhmJHScvxzK4pUB7vADGlyM=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].1/css/all.min.css" integrity="sha256-Mg1XLfuETnFSSAt7YjdCNsSJbMyjrJ1puwPzvCA0rLg=" crossorigin="anonymous">
<link href="./static/css/styles.css" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="./static/img/favicon.svg">
<script src="../ts/pages/index.ts" type="module"></script>
Expand Down

0 comments on commit ca70a4c

Please sign in to comment.