File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const { pages } = Astro.props;
32
32
</ul >
33
33
</div >
34
34
35
- <label class =" menu-bg" for =" hamburger" role = " menu " ></label >
35
+ <label class =" menu-bg" for =" hamburger" ></label >
36
36
</div >
37
37
38
38
<style lang =" scss" >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ interface Props {
9
9
const { post, min } = Astro .props ;
10
10
---
11
11
12
- <a href ={ ` /post/${post .data .number } ` } class =" article" data-min ={ min } role = " article " >
12
+ <a href ={ ` /post/${post .data .number } ` } class =" article" data-min ={ min } >
13
13
<div class =" thumbnail" >
14
14
<img src ={ pickPostThumbnail (post .body )} alt =" post thumbnail" class =" img" />
15
15
</div >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const product = pipe(productCollection, (p) => {
47
47
});
48
48
---
49
49
50
- <a href ={ product .link } target =" _blank" class =" article" role = " article " data-haslink ={ product .link !== undefined } >
50
+ <a href ={ product .link } target =" _blank" class =" article" data-haslink ={ product .link !== undefined } >
51
51
<div class =" thumbnail" >
52
52
<img src ={ product .thumbnail ?? DEFAULT_PRODUCT_THUMBNAIL .src } alt =" post thumbnail" class =" img" />
53
53
</div >
You can’t perform that action at this time.
0 commit comments