remove intermediate element by rendering the mantine Paper as <article>

This commit is contained in:
Athou
2025-04-05 17:12:40 +02:00
parent f7b6677bb1
commit 8b854b5cda
2 changed files with 14 additions and 18 deletions

View File

@@ -137,6 +137,9 @@ export function FeedEntry(props: FeedEntryProps) {
const compactHeader = !props.expanded && (viewMode === "title" || viewMode === "cozy")
return (
<Paper
component="article"
id={Constants.dom.entryId(props.entry)}
data-id={props.entry.id}
withBorder
radius={borderRadius}
className={cx(classes.paper, {