Skip to content

Commit 87ae127

Browse files
author
Claude Assistant
committed
Update to higher res logo
1 parent 2ad1277 commit 87ae127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="container">
66
<nav class="navbar flex justify-between items-center relative duration-300 h-16" x-data="{ isOpen: false, frameworksOpen: false, communityOpen: false }">
77
<a class="navbar-brand" href="index.html">
8-
<img class="h-12 w-auto" src="assets/img/MONAI-logo_color.png" alt="Logo">
8+
<img class="h-12 w-auto" src="assets/img/MONAI-logo_color_full.png" alt="Logo">
99
</a>
1010
<button class="navbar-toggler focus:outline-none block lg:hidden p-2" type="button" @click="isOpen = !isOpen">
1111
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">

0 commit comments

Comments
 (0)