Skip to content

Commit 3fdf4c1

Browse files
committed
fixed issue 15 - typo
1 parent 82d9807 commit 3fdf4c1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

3+
PL-node-v0.0.5
4+
- FIX: type in organisms global header
5+
- THX: thanks to @colynb for the heads up
6+
37
PL-node-v0.0.4
48
- ADD: an explicit MIT license
59

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternlab-node",
3-
"version": "0.0.1",
3+
"version": "0.0.5",
44
"devDependencies": {
55
"grunt": "~0.4.0",
66
"grunt-contrib-nodeunit": "~0.1.2",

source/_patterns/02-organisms/00-global/00-header.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Begin .header -->
22
<header class="header cf" role="banner">
3-
{{> atoms-log }}
3+
{{> atoms-logo }}
44
<a href="#" class="nav-toggle nav-toggle-search icon-search"><span class="is-vishidden">Search</span></a>
55
<a href="#" class="nav-toggle nav-toggle-menu icon-menu"><span class="is-vishidden">Menu</span></a>
66
{{> molecules-primary-nav }}

0 commit comments

Comments
 (0)