Skip to content
Snippets Groups Projects
Commit ff55551c authored by Hayley Corson-Dosch's avatar Hayley Corson-Dosch
Browse files

hide separator from screen reader

parent b2333323
No related branches found
No related tags found
1 merge request!79Fii edits
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment