Skip to content

Commit ba2bd91

Browse files
committed
Attempt to fix build errors in irrelevant part of code
1 parent 0bad0d3 commit ba2bd91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web-roo-code/src/app/pr-fixer/PrFixerContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { EXTERNAL_LINKS } from "@/lib/constants"
1010
import { trackGoogleAdsConversion } from "@/lib/analytics/google-ads"
1111

1212
// Workaround for next/image choking on these for some reason
13-
import hero from "/public/heroes/agent-pr-fixer.png"
13+
const hero = "hero" // kilocode_change from: import hero from "/public/heroes/agent-pr-fixer.png"
1414

1515
interface Feature {
1616
icon: LucideIcon

apps/web-roo-code/src/app/reviewer/ReviewerContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const howItWorks: Feature[] = [
7676
]
7777

7878
// Workaround for next/image choking on these for some reason
79-
import hero from "/public/heroes/agent-reviewer.png"
79+
const hero = "hero" // kilocode_change from: import hero from "/public/heroes/agent-reviewer.png"
8080

8181
export function ReviewerContent() {
8282
return (

0 commit comments

Comments
 (0)