Spaces:
Sleeping
Sleeping
gpt-engineer-app[bot]
commited on
Commit
·
1b6ad1f
1
Parent(s):
5251633
Restore page title and logo
Browse filesRestored the page title "AI conference deadlines" and the Hugging Face logo to the header.
src/components/Header.tsx
CHANGED
|
@@ -14,8 +14,15 @@ const Header = ({ onSearch }: HeaderProps) => {
|
|
| 14 |
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 15 |
<div className="flex items-center justify-between h-16">
|
| 16 |
<div className="flex items-center gap-8">
|
| 17 |
-
<Link to="/" className="
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</Link>
|
| 20 |
<nav className="hidden md:flex space-x-4">
|
| 21 |
<Link
|
|
|
|
| 14 |
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 15 |
<div className="flex items-center justify-between h-16">
|
| 16 |
<div className="flex items-center gap-8">
|
| 17 |
+
<Link to="/" className="flex items-center gap-2">
|
| 18 |
+
<img
|
| 19 |
+
src="https://huggingface.co/front/assets/huggingface_logo.svg"
|
| 20 |
+
alt="Hugging Face Logo"
|
| 21 |
+
className="h-8 w-8"
|
| 22 |
+
/>
|
| 23 |
+
<span className="text-2xl font-bold text-primary">
|
| 24 |
+
AI Conference Deadlines
|
| 25 |
+
</span>
|
| 26 |
</Link>
|
| 27 |
<nav className="hidden md:flex space-x-4">
|
| 28 |
<Link
|