From 473522986db24ab4e083af6ff92772ef4ed24a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 20 Jan 2025 16:19:41 -0500 Subject: [PATCH] Fix linter error --- app/components/reimbursement-item/template.hbs | 4 ++-- app/styles/app.scss | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/components/reimbursement-item/template.hbs b/app/components/reimbursement-item/template.hbs index fe94749..2d9f21d 100644 --- a/app/components/reimbursement-item/template.hbs +++ b/app/components/reimbursement-item/template.hbs @@ -1,7 +1,7 @@
  • -

    +

    diff --git a/app/styles/app.scss b/app/styles/app.scss index 3697c22..9d620fb 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -45,6 +45,10 @@ a { color: $primary-color; } +.cursor-pointer { + cursor: pointer; +} + section { h2 { font-size: 1.5rem;