diff --git a/app/components/icon-button.hbs b/app/components/icon-button.hbs index c7e0ffd..0216cd3 100644 --- a/app/components/icon-button.hbs +++ b/app/components/icon-button.hbs @@ -1,3 +1,3 @@ - + {{svg-jar (concat 'icon-' @icon) width='22px'}} \ No newline at end of file diff --git a/app/index.html b/app/index.html index 665f8f2..4606ba0 100644 --- a/app/index.html +++ b/app/index.html @@ -1,5 +1,5 @@ - + EmberBlog diff --git a/app/templates/application.gjs b/app/templates/application.gjs index afb8767..fb1f523 100644 --- a/app/templates/application.gjs +++ b/app/templates/application.gjs @@ -15,7 +15,8 @@ class MyRouteComponent extends Component { Home Blog Talks - Projects + {{!-- TODO: Add this section later --}} + {{!-- Projects --}} | Microblog @@ -27,8 +28,8 @@ class MyRouteComponent extends Component {