Skip to content

Commit e62860b

Browse files
committed
modify image path
1 parent d5ab528 commit e62860b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/navigation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export const footerData = {
180180

181181
],
182182
footNote: `
183-
<img class="w-5 h-5 md:w-6 md:h-6 md:-mt-0.5 bg-cover mr-1.5 rtl:mr-0 rtl:ml-1.5 float-left rtl:float-right rounded-sm" src="./images/icon.png" alt="onWidget logo" loading="lazy"></img>
183+
<img class="w-5 h-5 md:w-6 md:h-6 md:-mt-0.5 bg-cover mr-1.5 rtl:mr-0 rtl:ml-1.5 float-left rtl:float-right rounded-sm" src="/UnicodeDigital.github.io/src/images/icon.png" alt="onWidget logo" loading="lazy"></img>
184184
Made by <a class="text-blue-600 underline dark:text-muted"> Unicode Digital</a> · All rights reserved.
185185
`,
186186
};

0 commit comments

Comments
 (0)