From bc5a4c7204cbffd6f613c5ab54d4564f2988b3e6 Mon Sep 17 00:00:00 2001 From: Sean Massa Date: Sun, 14 Jan 2024 19:29:50 -0600 Subject: [PATCH] fix a11y issues --- app/components/icon-button.hbs | 2 +- app/index.html | 2 +- app/templates/application.gjs | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) 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 {