Skip to content

Commit

Permalink
pkp/pkp-lib#10598 Fix heading hirearchy (h2->h1) on dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 11, 2024
1 parent b182fad commit 88080f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/dashboard/DashboardPage.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<div class="min-h-screentext-base-normal me-3 ms-5 text-base-normal">
<div class="">
<h2 class="flex items-center gap-4 py-6 text-5xl-bold">
<h1 class="flex items-center gap-4 py-6 text-5xl-bold">
{{
`${store.currentView.name} (${store.submissionsPagination.itemCount})`
}}
</h2>
</h1>
<div class="mt-2">
<div class="flex justify-between">
<div class="flex flex-row space-x-2">
Expand Down

0 comments on commit 88080f2

Please sign in to comment.