fix: browser warning referencing a non-existent app

This commit is contained in:
2023-12-08 23:12:52 +01:00
parent fe850f47ec
commit d8d430f333
3 changed files with 6 additions and 6 deletions

View File

@@ -17,9 +17,7 @@
>{$LL.browserWarning.INFO_BROWSER_SUFFIX()}
</p>
<div>
<a href="https://github.com/CharaChorder/DeviceManager/releases" target="_blank"
>{$LL.browserWarning.DOWNLOAD_APP()}</a
>
<p>{$LL.browserWarning.DOWNLOAD_APP()}</p>
</div>
</dialog>
@@ -50,9 +48,10 @@
a {
color: var(--md-sys-color-on-error);
text-decoration: underline;
}
div > a {
div > p {
display: flex;
gap: 8px;
align-items: center;