diff options
-rw-r--r-- | Views/Shared/_Navigation.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Views/Shared/_Navigation.cshtml b/Views/Shared/_Navigation.cshtml index fa82f81..7c29a6b 100644 --- a/Views/Shared/_Navigation.cshtml +++ b/Views/Shared/_Navigation.cshtml @@ -1,6 +1,6 @@ <nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav"> <div class="container px-4 px-lg-5"> - <a class="navbar-brand" href="#page-top"><img height="40" src="/assets/img/logo.svg"></a> + <a class="navbar-brand" href="#page-top"><img height="50" src="/assets/img/logo.svg"></a> <button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> |