We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2aca7a commit a321775Copy full SHA for a321775
pages/weekly/[id].tsx
@@ -148,10 +148,8 @@ const WeeklyDetailPage: FC<WeeklyDetailProps> = observer(({ issue }) => {
148
className="markdown-body"
149
/>
150
) : (
151
- <Card>
152
- <Card.Body className="text-center text-muted">
153
- <p>{t('weekly_issue_no_content')}</p>
154
- </Card.Body>
+ <Card body>
+ <p className="text-center text-muted">{t('weekly_issue_no_content')}</p>
155
</Card>
156
)}
157
</article>
0 commit comments