Skip to content

Commit 3683676

Browse files
committed
update logo
1 parent 600a540 commit 3683676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/components/Logo.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import { SITE } from 'astrowind:config';
55
<span
66
class="self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white"
77
>
8-
<img class="w-5 h-5 md:w-8 md:h-8 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" />
8+
<img class="w-5 h-5 md:w-8 md:h-8 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" />
99
{SITE?.name}
1010
</span>

Diff for: src/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
openGraph:
1919
site_name: Unicode Digital
2020
images:
21-
- url: '~/assets/images/icon.png'
21+
- url: '~/src/assets/images/icon.png'
2222
width: 600
2323
height: 628
2424
type: website

0 commit comments

Comments
 (0)