forked from sashaastiadi/www_mycelium_net
		
	fix: update logo import path in Footer component to use alias
This commit is contained in:
		@@ -6,6 +6,7 @@ import { Container } from '@/components/Container'
 | 
				
			|||||||
import { TextField } from '@/components/Fields'
 | 
					import { TextField } from '@/components/Fields'
 | 
				
			||||||
import { NavLinks } from '@/components/NavLinks'
 | 
					import { NavLinks } from '@/components/NavLinks'
 | 
				
			||||||
import github from '@/images/github.svg'
 | 
					import github from '@/images/github.svg'
 | 
				
			||||||
 | 
					import logomark from '@/images/logo.svg'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export function Footer() {
 | 
					export function Footer() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
@@ -14,7 +15,7 @@ export function Footer() {
 | 
				
			|||||||
        <div className="flex flex-col items-start justify-between gap-y-12 pt-16 pb-6 lg:flex-row lg:items-center lg:py-8">
 | 
					        <div className="flex flex-col items-start justify-between gap-y-12 pt-16 pb-6 lg:flex-row lg:items-center lg:py-8">
 | 
				
			||||||
          <div>
 | 
					          <div>
 | 
				
			||||||
            <div className="flex items-center text-gray-900">
 | 
					            <div className="flex items-center text-gray-900">
 | 
				
			||||||
              <Image src="/images/logo.svg" alt="Mycelium Logomark" width={60} height={60} className="h-20 w-20 flex-none" />
 | 
					              <Image src={logomark} alt="Mycelium Logomark" width={60} height={60} className="h-20 w-20 flex-none" />
 | 
				
			||||||
              <div className="ml-4">
 | 
					              <div className="ml-4">
 | 
				
			||||||
                <p className="text-base font-semibold">Mycelium</p>
 | 
					                <p className="text-base font-semibold">Mycelium</p>
 | 
				
			||||||
                <p className="mt-1 text-sm">Unleash the Power of Decentralized Networks</p>
 | 
					                <p className="mt-1 text-sm">Unleash the Power of Decentralized Networks</p>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user