Skip to content

Commit

Permalink
fixed logo path (uber-archive#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jckr authored Oct 2, 2017
1 parent ee9f202 commit 06e3886
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 21 deletions.
28 changes: 14 additions & 14 deletions docs/appcache/manifest.appcache
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
CACHE MANIFEST
#ver:10/2/2017, 10:16:00 AM
#ver:10/2/2017, 10:21:54 AM
#plugin:4.8.4

CACHE:
../bundle-61e76bb3e3a30e44eaf5.js
../styles-61e76bb3e3a30e44eaf5.css
../bundle-6bb7592ab4f54f58b994.js
../styles-6bb7592ab4f54f58b994.css
../
../fonts/uber.ttf
../favicon.ico
../fonts/uber.woff
../fonts/uber.ttf
../fonts/uber.svg
../favicon.ico
../images/icon-chart.svg
../images/icon-custom.svg
../images/footer-pattern.gif
../images/icon-high-precision.svg
../images/icon-chart.svg
../images/icon-react.svg
../images/icon-layers.svg
../images/icon-high-precision.svg
../images/logo.svg
../images/hero.jpg
../images/uber-logo.png
../images/logo.svg
../images/custom-layers/cover.png
../images/graph-vis/architecture-graph-render.png
../images/graph-vis/architecture-basic.png
../images/graph-vis/architecture-graph-render.png
../images/graph-vis/architecture-with-layout-engine.png
../images/geospatial-app/geospatial-app.png
../images/graph-vis/cover.png
../images/graph-vis/no-position-update-trigger.png
../images/geospatial-app/geospatial-app.png
../images/graph-vis/random-graph.png
../images/mg_arc_1.png
../images/mg_arc_2.png
../images/mg_arc_1.png
../images/mg_choropleth.png
../images/mg_hex_2.png
../images/mg_hex_1.png
../images/mg_hex_3.png
../images/mg_hex_2.png
../images/mg_hex_3d.png
../images/mg_hex_3.png
../images/mg_hex_4.png
../images/mg_hex_5.png
../images/mg_hex_6.png
../images/mg_path.png
../images/setup/empty-app.png
../images/mg_scatterplot_1.png
../images/setup/setup.png
../images/path.jpg
../images/setup/setup.png
../images/vis-logo.png
../images/mg_scatterplot_2.png

Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@



<link href="styles-61e76bb3e3a30e44eaf5.css" rel="stylesheet">
<link href="styles-6bb7592ab4f54f58b994.css" rel="stylesheet">


</head>
Expand All @@ -56,7 +56,7 @@



<script src="bundle-61e76bb3e3a30e44eaf5.js" type="text/javascript"></script>
<script src="bundle-6bb7592ab4f54f58b994.js" type="text/javascript"></script>



Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function Home() {
return (
<div className="Home f fcol fg">
<div className="title">
<img src="/images/vis-logo.png" alt="vis-logo" />
<img src="images/vis-logo.png" alt="vis-logo" />
<h1>Vis Academy</h1>
<p>Tutorials and classes prepared by the Uber visualization team</p>
</div>
Expand All @@ -34,5 +34,3 @@ function Home() {
}

export default Home

// <span className="lesson-card__get-started btn">{'GET STARTED!'}</span>

0 comments on commit 06e3886

Please sign in to comment.