Skip to content

Commit

Permalink
changed icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jun 18, 2024
1 parent dfee2c2 commit 182a30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/can-i-root/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class App extends Component<AppProps, AppState> {
const patched = (avail?.patched && firmware && firmware >= avail.patched.version) || false;
return avail && html`
<div class=${`card p-3 mt-3 ${patched ? 'bg-danger-subtle' : 'bg-success-subtle'}`}>
<h3><i class="bi ${patched ? 'bi-sign-stop-fill' : 'bi-hand-thumbs-up-fill'}"/> ${exploit.name}</h3>
<h3><i class="bi ${patched ? 'bi-exclamation-octagon-fill' : 'bi-hand-thumbs-up-fill'}"/> ${exploit.name}</h3>
${avail.latest && html`
<div>
<i class="bi bi-info-circle-fill me-2"/>Latest known working firmware: <b>${avail.latest?.version}
Expand Down

0 comments on commit 182a30b

Please sign in to comment.