Skip to content

Commit 61c7ba4

Browse files
committed
fixed linting
1 parent 463662c commit 61c7ba4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

libs/remix-ui/helper/src/lib/components/feedbackAlert.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ export function FeedbackAlert ({ message, askGPT }: FeedbackAlertProps) {
2222
<CopyToClipboard content={message} className="p-0 m-0 far fa-copy error" direction={'top'} />
2323
</span>
2424
<button
25-
className="btn btn-ai"
26-
data-id="ask-remix-ai-button"
27-
onClick={(event) => {
28-
event.stopPropagation()
29-
askGPT() }}
30-
>
31-
<img src="assets/img/remixAI_small.svg" alt="Remix AI" className="explain-icon" />
32-
<span>Ask RemixAI</span>
25+
className="btn btn-ai"
26+
data-id="ask-remix-ai-button"
27+
onClick={(event) => {
28+
event.stopPropagation()
29+
askGPT() }}
30+
>
31+
<img src="assets/img/remixAI_small.svg" alt="Remix AI" className="explain-icon" />
32+
<span>Ask RemixAI</span>
3333
</button>
3434
</div>
3535
</>

0 commit comments

Comments
 (0)