Skip to content

Commit f0f0b09

Browse files
webJoseCopilot
andauthored
Update src/lib/Link/Link.svelte
Co-authored-by: Copilot <[email protected]>
1 parent 4e0814e commit f0f0b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Link/Link.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
result.aria = {
102102
...linkContext?.activeState?.aria,
103103
...activeState.aria
104-
}
104+
};
105105
return result;
106106
});
107107
const isActive = $derived(isRouteActive(router, activeFor));

0 commit comments

Comments
 (0)