Skip to content

Commit

Permalink
Merge pull request #7417 from fjordllc/feature/change-markup-for-titl…
Browse files Browse the repository at this point in the history
…e-at-top-of-admin-page

管理ページトップのタイトルのマークアップをh1に変更した
  • Loading branch information
komagata authored Feb 22, 2024
2 parents 5ced9fc + ed7e602 commit d57bb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/home/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
header.page-header
.container
.page-header__inner
h2.page-header__title = title
h1.page-header__title = title

= render 'admin/admin_page_tabs'

Expand Down

0 comments on commit d57bb4c

Please sign in to comment.