Skip to content

Commit 4f9c98f

Browse files
authored
Merge pull request #557 from alokdangre/big-icon-error
fixed big icon issue
2 parents 95a8b71 + e7915b2 commit 4f9c98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
href="https://layer5.io/cloud-native-management/kanvas"
7878
target="_blank"
7979
>
80-
<div class="logo-container" style="height:60px; width:60px;">
80+
<div class="logo-container">
8181
<img
8282
src="/images/logos/kanvas-icon-color.svg"
8383
alt="Layer5 Kanvas Logo"
84-
style="border:0px;background-color: none;"
84+
style="height:40px; width:40px;"
8585
/>
8686
</div>
8787

0 commit comments

Comments
 (0)