diff options
Diffstat (limited to 'website/benchmarks.html')
-rw-r--r-- | website/benchmarks.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/benchmarks.html b/website/benchmarks.html index 82d9d4654..3fd4765d8 100644 --- a/website/benchmarks.html +++ b/website/benchmarks.html @@ -3,14 +3,14 @@ <html> <head> <title>Deno Benchmarks</title> - <link rel="shortcut icon" href="/deno_logo_2.gif"> + <link rel="shortcut icon" href="favicon.ico"> <link rel="stylesheet" href="https://unpkg.com/c3@0.6.7/c3.min.css" /> <link rel="stylesheet" href="style.css" /> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> </head> <body> <main> - <a href="/"><img src="deno_logo_2.gif"></a> + <a href="/"><img src="images/deno_logo_3.svg" width=200></a> <h1>Deno Continuous Benchmarks</h1> <p> |