Skip to content

Commit f436f6f

Browse files
committed
add homepage
1 parent bf86943 commit f436f6f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"categories": [
1717
"Linters"
1818
],
19+
"homepage": "https://flow-scanner.github.io/lightning-flow-scanner-vsx",
1920
"activationEvents": [],
2021
"main": "./dist/extension.js",
2122
"contributes": {

webviews/components/Navigation.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<div class="banner">
4848
<a href="https://github.com/Lightning-Flow-Scanner">
4949
<img
50-
src="https://raw.githubusercontent.com/Flow-Scanner/lightning-flow-scanner-core/main/media/bannerslim.png"
50+
src="https://raw.githubusercontent.com/Flow-Scanner/lightning-flow-scanner-core/main/files/media/bannerslim.png"
5151
alt="Lightning Flow Scanner banner"
5252
/>
5353
</a>

0 commit comments

Comments
 (0)