Fix path to source (#517)

This commit is contained in:
Dominik Ritter 2021-02-07 21:57:46 +01:00 committed by GitHub
commit 66bd254042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
);