diff --git a/src/components/AuthorshipSection.vue b/src/components/AuthorshipSection.vue
index 157b36d8a7b6acbb2e936001f642ab3f0c01d721..9586863f94f1e452fec2e2c57a56126aa5bd055c 100644
--- a/src/components/AuthorshipSection.vue
+++ b/src/components/AuthorshipSection.vue
@@ -6,7 +6,7 @@
   >
     <!-- HEADING -->
     <template #heading>
-      <hr>
+      <hr role="presentation" aria-hidden="true">
       <h1 v-if="titleLevel === '1'" v-html="title" />
       <h2 v-if="titleLevel === '2'" v-html="title" />
       <h3 v-if="titleLevel === '3'" v-html="title" />