Skip to content

Commit 6b7639e

Browse files
committed
chore: more specific targeting
1 parent a3a6f86 commit 6b7639e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/HeaderOsVersion.ce.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const { available, availableWithRenewal } = storeToRefs(updateOsStore);
2323
const { rebootTypeText } = storeToRefs(updateOsActionsStore);
2424
2525
watch(partnerInfo, (newVal) => {
26-
const unraidLogoHeader = document.querySelector('a[href="https://unraid.net"]');
26+
const unraidLogoHeader = document.querySelector('div.logo a[href="https://unraid.net"]');
2727
if (unraidLogoHeader) {
2828
(unraidLogoHeader as HTMLAnchorElement).href = newVal?.partnerUrl ?? 'https://unraid.net';
2929
}

0 commit comments

Comments
 (0)