mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-14 08:50:31 +00:00
fs widget?
This commit is contained in:
parent
a8dfdcdac0
commit
d90a038884
3 changed files with 77 additions and 3 deletions
|
@ -96,7 +96,7 @@ export default function Component({ service }) {
|
|||
</div>
|
||||
)}
|
||||
|
||||
{quicklookData && quicklookData.swap && (
|
||||
{quicklookData && quicklookData.swap !== 0 && (
|
||||
<div className="text-xs opacity-25 flex place-content-between">
|
||||
<div>{t("glances.swap")}</div>
|
||||
<div className="opacity-75">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue