Fix path to source

This commit is contained in:
Dominik Ritter 2021-02-07 21:48:59 +01:00 committed by GitHub
commit f215c7e333
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"
);