mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
Fix path to source (#517)
This commit is contained in:
parent
bcd28de86e
commit
66bd254042
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
Date: "JavaScript Date",
|
||||
};
|
||||
|
||||
$: source = `https://github.com/IBM/carbon-components-svelte/tree/master${component.filePath}`;
|
||||
$: source = `https://github.com/IBM/carbon-components-svelte/tree/master/${component.filePath}`;
|
||||
$: forwarded_events = component.events.filter(
|
||||
(event) => event.type === "forwarded"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue