fix
This commit is contained in:
parent
313cba38de
commit
4a063696cb
@ -7,7 +7,7 @@ export const App = () => {
|
|||||||
<header className='bg-gradient-to-r from-blue-600 to-indigo-700 text-white'>
|
<header className='bg-gradient-to-r from-blue-600 to-indigo-700 text-white'>
|
||||||
<nav className='container mx-auto px-6 py-4 flex justify-between items-center'>
|
<nav className='container mx-auto px-6 py-4 flex justify-between items-center'>
|
||||||
<div className='flex items-center space-x-4'>
|
<div className='flex items-center space-x-4'>
|
||||||
<img src='https://kevisual.cn/root/center/panda.png' alt='Kevisual Logo' className='h-10 w-10 object-contain' />
|
<img src='https://kevisual.cn/root/center/panda.jpg' alt='Kevisual Logo' className='h-10 w-10 object-contain' />
|
||||||
<span className='text-xl font-bold'>Kevisual 助手</span>
|
<span className='text-xl font-bold'>Kevisual 助手</span>
|
||||||
</div>
|
</div>
|
||||||
<div className='hidden md:flex space-x-6'>
|
<div className='hidden md:flex space-x-6'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user