fix: correct GitHub icon path to use public directory

This commit is contained in:
2025-11-07 17:17:28 +01:00
parent 912ea4436a
commit e8c424539e
2 changed files with 5 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ export function Footer() {
</div>
<div className="group relative -mx-4 flex items-center self-stretch p-4 transition-colors hover:bg-gray-100 sm:self-auto sm:rounded-2xl lg:mx-0 lg:self-auto lg:p-6">
<div className="relative flex h-16 w-16 flex-none items-center justify-center">
<img src="/src/images/github.svg" alt="GitHub" className="h-16 w-16" />
<img src="/images/github.svg" alt="GitHub" className="h-16 w-16" />
</div>
<div className="ml-4 lg:w-72">
<p className="text-base font-semibold text-gray-900">