Spaces:
Running
Running
Julien Chaumond
commited on
Commit
•
5b89f26
1
Parent(s):
0a4f2ca
Ooops
Browse files- deploy.sh +1 -1
- index.html +1 -1
deploy.sh
CHANGED
@@ -5,5 +5,5 @@ git pull
|
|
5 |
bower install
|
6 |
npm install
|
7 |
grunt
|
8 |
-
|
9 |
|
|
|
5 |
bower install
|
6 |
npm install
|
7 |
grunt
|
8 |
+
tsc
|
9 |
|
index.html
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
|
34 |
<div class="menu-button logo">
|
35 |
<a target="_blank" href="https://huggingface.co">
|
36 |
-
<img class="svg-logo" src="
|
37 |
</a>
|
38 |
</div>
|
39 |
</div>
|
|
|
33 |
|
34 |
<div class="menu-button logo">
|
35 |
<a target="_blank" href="https://huggingface.co">
|
36 |
+
<img class="svg-logo" src="assets/icon.svg">
|
37 |
</a>
|
38 |
</div>
|
39 |
</div>
|