Skip to content

Commit 312b60d

Browse files
committed
PageHeader: Convert to template-only component
1 parent c81f82d commit 312b60d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

app/components/page-header.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{yield}}
44
{{else}}
55
<h1 local-class="heading">
6-
{{svg-jar this.icon local-class="icon"}}
6+
{{svg-jar (or @icon "crate") local-class="icon"}}
77
{{@title}}
88
{{#if @suffix}}
99
<small local-class="suffix">{{@suffix}}</small>

app/components/page-header.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)