Skip to content

Commit

Permalink
rename the file in the rigth name
Browse files Browse the repository at this point in the history
  • Loading branch information
hiba committed Apr 6, 2017
1 parent 8544b3d commit b8a9e07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/handlebars/partials/header.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header class="header-wrap">
<a href="/" class="nav-button fa fa-home" style="font-size:30px"></a>
<h1 class="page-title">{{capitalise title}}</h1>
<h1 class="page-title">{{upperCase title}}</h1>
<a href="/form" class="nav-button fa fa-ils" style="font-size:30px"></a>
</header>

0 comments on commit b8a9e07

Please sign in to comment.