Skip to content

Commit

Permalink
feat: add beta badge to watchdog category title
Browse files Browse the repository at this point in the history
  • Loading branch information
N0chteil committed Oct 22, 2023
1 parent 288393f commit 3917646
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,21 @@ <h3 data-i18n="settings.category.softwareUpdate">
data-restriction-os="win32"
>
<div class="category__header">
<h3>WatchDog</h3>
<h3 style="display: flex; align-items: center">
WatchDog
<span
style="
font-size: 0.65em;
margin-left: 0.5rem;
padding: 0.25em 0.66em;
background: #fa586a;
color: white;
border-radius: 16px;
"
>
BETA
</span>
</h3>
</div>

<div class="category__content">
Expand Down

0 comments on commit 3917646

Please sign in to comment.