Skip to content

Commit

Permalink
New logo for APIView tool (#1036)
Browse files Browse the repository at this point in the history
* New logo for APIView tool
  • Loading branch information
praveenkuttappan authored and benbp committed Dec 1, 2020
1 parent f58cf1d commit d4b5190
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/dotnet/APIView/APIViewWeb/Client/css/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -535,3 +535,7 @@ code-inner {
mark {
padding: 0;
}

.apiview-logo {
width: 30px;
}
2 changes: 1 addition & 1 deletion src/dotnet/APIView/APIViewWeb/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-light border-bottom mb-3">
<div class="container-fluid">
<a href="/" class="navbar-brand">apiview.dev</a>
<a href="/" class="navbar-brand"><img class="apiview-logo" src="~/icons/apiview.png" />apiview.dev</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
Binary file modified src/dotnet/APIView/APIViewWeb/wwwroot/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4b5190

Please sign in to comment.