mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
refactor: remove redundant role in article element (#323)
This commit is contained in:
@@ -73,7 +73,7 @@ const layoutProps = {
|
|||||||
size="lg"
|
size="lg"
|
||||||
className="my-2"
|
className="my-2"
|
||||||
/>
|
/>
|
||||||
<article id="article" role="article" class="prose mx-auto mt-8 max-w-3xl">
|
<article id="article" class="prose mx-auto mt-8 max-w-3xl">
|
||||||
<Content />
|
<Content />
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user