We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a6f86 commit 6b7639eCopy full SHA for 6b7639e
web/components/HeaderOsVersion.ce.vue
@@ -23,7 +23,7 @@ const { available, availableWithRenewal } = storeToRefs(updateOsStore);
23
const { rebootTypeText } = storeToRefs(updateOsActionsStore);
24
25
watch(partnerInfo, (newVal) => {
26
- const unraidLogoHeader = document.querySelector('a[href="https://unraid.net"]');
+ const unraidLogoHeader = document.querySelector('div.logo a[href="https://unraid.net"]');
27
if (unraidLogoHeader) {
28
(unraidLogoHeader as HTMLAnchorElement).href = newVal?.partnerUrl ?? 'https://unraid.net';
29
}
0 commit comments