更新 frontend/src/components/Layout.tsx
This commit is contained in:
parent
416dff43e9
commit
3ec7ce60d1
@ -17,7 +17,7 @@ export default function Layout({ children }: LayoutProps) {
|
|||||||
<header className="bg-white shadow-sm border-b">
|
<header className="bg-white shadow-sm border-b">
|
||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
<div className="flex justify-between items-center h-16">
|
<div className="flex justify-between items-center h-16">
|
||||||
<Link to="/" className="flex items-center space-x-2">
|
<Link to="./" className="flex items-center space-x-2">
|
||||||
<div className="w-8 h-8 bg-primary-600 rounded-lg flex items-center justify-center">
|
<div className="w-8 h-8 bg-primary-600 rounded-lg flex items-center justify-center">
|
||||||
<span className="text-white font-bold text-lg">AI</span>
|
<span className="text-white font-bold text-lg">AI</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user