File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 88 SkipToContent ,
99 Theme
1010 } from ' carbon-components-svelte' ;
11- import { SettingsAdjust } from ' carbon-icons-svelte' ;
11+ import { LogoGithub , SettingsAdjust } from ' carbon-icons-svelte' ;
1212 import ' carbon-components-svelte/css/all.css' ;
1313 import type { CarbonTheme } from ' carbon-components-svelte/src/Theme/Theme.svelte' ;
1414
2929 <HeaderUtilities >
3030 <HeaderGlobalAction
3131 iconDescription =" Settings"
32- tooltipAlignment =" end "
32+ tooltipAlignment =" center "
3333 icon ={SettingsAdjust }
3434 on:click ={() => (settingsOpen = true )}
3535 />
36+ <HeaderGlobalAction
37+ iconDescription =" GitHub"
38+ tooltipAlignment =" end"
39+ icon ={LogoGithub }
40+ href =" https://github.com/twwd/sbom-visualizer"
41+ target =" _blank"
42+ rel =" noopener"
43+ />
3644 </HeaderUtilities >
3745</Header >
3846
Original file line number Diff line number Diff line change 11<script lang =" ts" >
2- import {
3- FileUploaderButton ,
4- FileUploaderItem ,
5- } from ' carbon-components-svelte' ;
2+ import { FileUploaderButton , FileUploaderItem } from ' carbon-components-svelte' ;
63 import Bom from ' $lib/components/Bom.svelte' ;
74 import { parseJson } from ' $lib/cyclonedx/parse' ;
85
You can’t perform that action at this time.
0 commit comments