Skip to content

Commit 4418abe

Browse files
committed
change image name
1 parent ccf9f77 commit 4418abe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/components/Banners/ContributorsQuizBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Image } from "@/components/Image"
44

55
import { ButtonLink } from "../Buttons"
66

7-
import PplLearning from "@/public/ppl-learning.png"
7+
import PeopleLearning from "@/public/people-learning.png"
88

99
// TODO: refactor to use CalloutBanner component
1010
function ContributorsQuizBanner(props: FlexProps) {
@@ -26,7 +26,7 @@ function ContributorsQuizBanner(props: FlexProps) {
2626
>
2727
<Image
2828
position="absolute"
29-
src={PplLearning}
29+
src={PeopleLearning}
3030
alt="People learning about Ethereum"
3131
w="full"
3232
maxH="120%"

0 commit comments

Comments
 (0)