Skip to content

Commit 43aa926

Browse files
authored
Merge pull request #4 from clarkhacks/glitch
Fixed SVG loading
2 parents c50bcf3 + 33d7d6c commit 43aa926

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wkmn.js",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "This scripts allows all WKMN products to be attributed easily with a single <script> tag.",
55
"main": "wkmn.js",
66
"scripts": {

src/combined.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wkmn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" />
44
<link rel="stylesheet" href="./wkmn.css" />
55
<a class="wkmn_att" href="https://www.weckmann.me">
6-
<img alt="Black sqaure, rounded corners, W-K on top of M-N." src="/src/wkmn.svg" />
6+
<img alt="Black sqaure, rounded corners, W-K on top of M-N." src="./src/wkmn.svg" />
77
WKMN Product
88
</a>

wkmn.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)