Esteves Enzo commited on
Commit
e97023d
1 Parent(s): ecaee45

rename project

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. components/editor/header.tsx +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Hub API Playground API
3
  emoji: 🕹️
4
  colorFrom: green
5
  colorTo: indigo
 
1
  ---
2
+ title: Hub API Playground
3
  emoji: 🕹️
4
  colorFrom: green
5
  colorTo: indigo
components/editor/header.tsx CHANGED
@@ -15,7 +15,7 @@ export const EditorHeader = ({
15
  </div>
16
  <Image src={HFLogo} alt="Hugging Face Logo" width={34} height={34} />
17
  <p className="text-gray-300 font-code text-sm font-semibold">
18
- Hub API Playground API
19
  </p>
20
  <div className="hidden xl:flex items-center justify-end gap-3">
21
  <div className="bg-teal-600 w-3 h-3 rounded-full" />
 
15
  </div>
16
  <Image src={HFLogo} alt="Hugging Face Logo" width={34} height={34} />
17
  <p className="text-gray-300 font-code text-sm font-semibold">
18
+ Hub API Playground
19
  </p>
20
  <div className="hidden xl:flex items-center justify-end gap-3">
21
  <div className="bg-teal-600 w-3 h-3 rounded-full" />