Skip to content

Commit

Permalink
change image to public
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy1900 committed Sep 10, 2024
1 parent 3a0f471 commit a2bd44c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added public/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const footerData = {

],
footNote: `
<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="~/assets/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="./public/images/icon.png" alt="onWidget logo" loading="lazy"></img>
Made by <a class="text-blue-600 underline dark:text-muted"> Unicode Digital</a> · All rights reserved.
`,
};
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const metadata = {
description:
'Gravity is a Layer 1 blockchain designed for mass adoption and an omnichain future.',
// icon: 'flat-color-icons:advertising',
image: {src:"~/assets/images/defi/gravity.jpg"}
image: {src:"src/assets/images/defi/gravity.jpg"}
},
{
title: 'Ankr',
Expand Down

1 comment on commit a2bd44c

@vercel
Copy link

@vercel vercel bot commented on a2bd44c Sep 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.