File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 import ReportHeaderComponent from ' @components/ReportViewHeader.svelte'
99 import ReportViewComponent from ' @components/ReportView.svelte'
1010
11- let { webWorkerObject, githubIcon } = $props ()
11+ let { webWorkerObject, githubSvgIcon } = $props ()
1212
1313 setContext (' ww' , {
1414 getWebWorker : () => webWorkerObject
3333 <div class ="parser-report" class:parser-report-hidden ={$splitState .visible === ' left' }>
3434 <ReportHeaderComponent >
3535 {#snippet githubIcon ()}
36- {@render githubIcon ()}
36+ {@render githubSvgIcon ()}
3737 {/ snippet }
3838 </ReportHeaderComponent >
3939 <ReportViewComponent />
Original file line number Diff line number Diff line change 4242 {: then webWorkerObject}
4343 {#if isPageRendered}
4444 < AppComponent webWorkerObject= {webWorkerObject}>
45- {#snippet githubIcon ()}
45+ {#snippet githubSvgIcon ()}
4646 {@render githubIcon ()}
4747 {/ snippet}
4848 < / AppComponent>
You can’t perform that action at this time.
0 commit comments