mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-13 23:31:07 +08:00
refactor: remove redundant role in article element (#323)
This commit is contained in:
@@ -73,7 +73,7 @@ const layoutProps = {
|
||||
size="lg"
|
||||
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 />
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user