We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ab528 commit e62860bCopy full SHA for e62860b
src/navigation.ts
@@ -180,7 +180,7 @@ export const footerData = {
180
181
],
182
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>
+ <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>
184
Made by <a class="text-blue-600 underline dark:text-muted"> Unicode Digital</a> · All rights reserved.
185
`,
186
};
0 commit comments