Skip to content

Commit 4a0ae9a

Browse files
committed
change image path
1 parent d4b2a01 commit 4a0ae9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/navigation.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const headerData = {
5959
// ],
6060
//},
6161
{
62-
text: 'Business',
62+
text: 'Blogs',
6363
href: getBlogPermalink(),
6464
// links: [
6565
// {
@@ -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="src/assets/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="./src/assets/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)