Merge pull request #19 from lora322/ai-dev
Fix URL in FooterBar component
This commit is contained in:
commit
2f84fb7df3
@ -26,8 +26,7 @@ export default function FooterBar({ children }: Props) {
|
||||
</div>
|
||||
|
||||
<div className='flex item-center md:py-2 gap-4'>
|
||||
<LanguageSwitcher />
|
||||
<a href='https://veracityres.com.com/' rel='noreferrer' target='_blank'>
|
||||
<a href='https://veracityres.com/' rel='noreferrer' target='_blank'>
|
||||
<Logo className='w-auto h-8 md:h-6 mx-auto' />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user