1
0
This commit is contained in:
熊潇 2025-05-21 18:30:10 +08:00
parent 313cba38de
commit 4a063696cb

View File

@ -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'>