Skip to content

Commit

Permalink
add ethereum logo in header
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed Jun 29, 2020
1 parent d7c6e35 commit 903217a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added assets/ethereum_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<title>Eth2.0-API</title>
<link rel="stylesheet" type="text/css" href="./dist/swagger-ui.css" >
<link rel="stylesheet" type="text/css" href="./dist/theme-material.css" >
<style>
.topbar-wrapper img[alt="Swagger UI"] {
content: url("./assets/ethereum_logo.png");
height: 68px; /* Width of new image */
}
</style>
<link rel="icon" type="image/png" href="./dist/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./dist/favicon-16x16.png" sizes="16x16" />
<style>
Expand Down

0 comments on commit 903217a

Please sign in to comment.