We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72deb9b commit 28165cbCopy full SHA for 28165cb
_layouts/default.html
@@ -3,7 +3,10 @@
3
<div class="navbar-fixed">
4
<nav class="white">
5
<div class="nav-wrapper">
6
- <a href="/" class="brand-logo grey-text text-darken-1">Flutter View</a>
+ <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>
10
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
11
<ul class="right hide-on-med-and-down">
12
<li><a href="https://flutter-view.gitbook.io" class="grey-text text-darken-1">Documentation</a></li>
0 commit comments