We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a472369 commit c0adac5Copy full SHA for c0adac5
1 file changed
apps/frontend/src/routes/Blocker.tsx
@@ -224,7 +224,10 @@ export const Blocker = () => {
224
{blocker && !summary?.disabled && (
225
<Card variant="light" className={styles["SummaryCard"]}>
226
<div className={styles["summaryHeader"]}>
227
+ <div>
228
<h2><MdSmartToy aria-hidden="true" /> Blocker Summary</h2>
229
+ <p><em>This summary was generated by an AI and may contain errors.</em></p>
230
+ </div>
231
<div className={styles["summaryActions"]}>
232
<StyledButton
233
label="Reload summary"
0 commit comments