File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/web-roo-code/src/app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { EXTERNAL_LINKS } from "@/lib/constants"
1010import { 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
1515interface Feature {
1616 icon : LucideIcon
Original file line number Diff line number Diff 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
8181export function ReviewerContent ( ) {
8282 return (
You can’t perform that action at this time.
0 commit comments