Skip to content

Commit 28165cb

Browse files
committed
add logo
1 parent 72deb9b commit 28165cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_layouts/default.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<div class="navbar-fixed">
44
<nav class="white">
55
<div class="nav-wrapper">
6-
<a href="/" class="brand-logo grey-text text-darken-1">Flutter View</a>
6+
<a href="/" class="brand-logo grey-text text-darken-1">
7+
<img src="https://github.com/flutter-view/website/raw/master/images/flutter-view.png" width="40px" height="40px">
8+
Flutter View
9+
</a>
710
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
811
<ul class="right hide-on-med-and-down">
912
<li><a href="https://flutter-view.gitbook.io" class="grey-text text-darken-1">Documentation</a></li>

0 commit comments

Comments
 (0)