We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad1277 commit 87ae127Copy full SHA for 87ae127
components/header.html
@@ -5,7 +5,7 @@
5
<div class="container">
6
<nav class="navbar flex justify-between items-center relative duration-300 h-16" x-data="{ isOpen: false, frameworksOpen: false, communityOpen: false }">
7
<a class="navbar-brand" href="index.html">
8
- <img class="h-12 w-auto" src="assets/img/MONAI-logo_color.png" alt="Logo">
+ <img class="h-12 w-auto" src="assets/img/MONAI-logo_color_full.png" alt="Logo">
9
</a>
10
<button class="navbar-toggler focus:outline-none block lg:hidden p-2" type="button" @click="isOpen = !isOpen">
11
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
0 commit comments