nielsr HF staff commited on
Commit
d205075
·
1 Parent(s): 9ce2691

Update header

Browse files
Files changed (1) hide show
  1. src/components/Header.tsx +13 -2
src/components/Header.tsx CHANGED
@@ -9,7 +9,7 @@ interface HeaderProps {
9
 
10
  const Header = ({ onSearch }: HeaderProps) => {
11
  return (
12
- <header className="bg-white border-b">
13
  <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
14
  <div className="flex items-center justify-between h-16">
15
  <div className="flex items-center gap-8">
@@ -51,13 +51,24 @@ const Header = ({ onSearch }: HeaderProps) => {
51
  <p className="text-sm text-neutral-600 py-4">
52
  Countdowns to top CV/NLP/ML/Robotics/AI conference deadlines. To add/edit a conference, send in a{' '}
53
  <a
54
- href="https://github.com/NielsRogge/ai-deadlines-hub"
55
  target="_blank"
56
  rel="noopener noreferrer"
57
  className="text-primary hover:underline"
58
  >
59
  pull request
60
  </a>.
 
 
 
 
 
 
 
 
 
 
 
61
  </p>
62
  </div>
63
  </div>
 
9
 
10
  const Header = ({ onSearch }: HeaderProps) => {
11
  return (
12
+ <header className="bg-white border-b border-neutral-200">
13
  <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
14
  <div className="flex items-center justify-between h-16">
15
  <div className="flex items-center gap-8">
 
51
  <p className="text-sm text-neutral-600 py-4">
52
  Countdowns to top CV/NLP/ML/Robotics/AI conference deadlines. To add/edit a conference, send in a{' '}
53
  <a
54
+ href="https://github.com/huggingface/ai-deadlines"
55
  target="_blank"
56
  rel="noopener noreferrer"
57
  className="text-primary hover:underline"
58
  >
59
  pull request
60
  </a>.
61
+ <br />
62
+ P.S. feel free to submit your paper at{' '}
63
+ <a
64
+ href="https://hf.co/papers/submit"
65
+ target="_blank"
66
+ rel="noopener noreferrer"
67
+ className="text-primary hover:underline"
68
+ >
69
+ hf.co/papers
70
+ </a>
71
+ {' '}and upload your artifacts such as models, datasets and demos
72
  </p>
73
  </div>
74
  </div>