enzostvs HF Staff commited on
Commit
13cd2f4
·
1 Parent(s): 9d69db3

default emoji

Browse files
Files changed (2) hide show
  1. server.js +1 -1
  2. src/utils/consts.ts +1 -1
server.js CHANGED
@@ -141,7 +141,7 @@ app.post("/api/deploy", checkUser, async (req, res) => {
141
  });
142
  readme = `---
143
  title: ${newTitle}
144
- emoji: 🚀
145
  colorFrom: blue
146
  colorTo: blue
147
  sdk: static
 
141
  });
142
  readme = `---
143
  title: ${newTitle}
144
+ emoji: 🐳
145
  colorFrom: blue
146
  colorTo: blue
147
  sdk: static
src/utils/consts.ts CHANGED
@@ -41,7 +41,7 @@ export const defaultHTML = `<!DOCTYPE html>
41
  <span>I'm ready to work,</span><br />
42
  Ask me anything.
43
  </h1>
44
- <img src="https://enzostvs-deepsite.static.hf.space/arrow.svg" class="arrow" />
45
  <script></script>
46
  </body>
47
  </html>
 
41
  <span>I'm ready to work,</span><br />
42
  Ask me anything.
43
  </h1>
44
+ <img src="https://enzostvs-deepsite.hf.space/arrow.svg" class="arrow" />
45
  <script></script>
46
  </body>
47
  </html>