diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-04-27 10:48:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-27 10:48:15 -0700 |
commit | 78bce41c1484adfc291626993cc2e3636f7bd640 (patch) | |
tree | 8680ea27b01660c9de5ba1301a2d2aa05fa7a1d6 | |
parent | 6c9e0530f5eb8de112c08d9671551dd8a9324b38 (diff) |
Use alt logos on benchmarks and manual page (#2211)
-rw-r--r-- | website/benchmarks.html | 2 | ||||
-rw-r--r-- | website/manual.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/website/benchmarks.html b/website/benchmarks.html index 2f3a55cc8..c5f1a6ce5 100644 --- a/website/benchmarks.html +++ b/website/benchmarks.html @@ -13,7 +13,7 @@ <div class="spinner"></div>` </div> <main> - <a href="/"><img src="images/deno_logo_3.svg" width=200></a> + <a href="/"><img src="images/deno_logo_4.gif" width=200></a> <h1>Deno Continuous Benchmarks</h1> <p> diff --git a/website/manual.html b/website/manual.html index 6ec6a8fb0..6ac776770 100644 --- a/website/manual.html +++ b/website/manual.html @@ -13,7 +13,7 @@ </head> <body> <main> - <a href="/"><img src="images/deno_logo_3.svg" width=200></a> + <a href="/"><img src="images/deno_logo_2.gif" width=200></a> <div id="manual"></div> <script src="https://unpkg.com/showdown@1.9.0/dist/showdown.js"></script> |