Skip to content

Commit

Permalink
tabindex list page
Browse files Browse the repository at this point in the history
  • Loading branch information
Doppen committed Jun 21, 2024
1 parent a6c5e47 commit 1048ae8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default async function Page({params}: Props) {
<SlideOutClosed id={slideOutEditId}>
<div className="block">
<div className="flex flex-col md:flex-row justify-between">
<h1 className="text-2xl md:text-4xl mb-4">
<h1 className="text-2xl md:text-4xl mb-4" tabIndex={0}>
{objectList.name}
</h1>
<div>
Expand Down Expand Up @@ -182,7 +182,7 @@ export default async function Page({params}: Props) {
) : (
<>
<div className="flex flex-col md:flex-row md:justify-between md:items-center mt-4">
<h2 className="text-xl">
<h2 className="text-xl" tabIndex={0}>
{t('objectCount', {count: objectList.objects.length})}
</h2>
</div>
Expand Down

0 comments on commit 1048ae8

Please sign in to comment.