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 ccf9f77 commit 4418abeCopy full SHA for 4418abe
public/ppl-learning.png renamed to public/people-learning.png
src/components/Banners/ContributorsQuizBanner.tsx
@@ -4,7 +4,7 @@ import { Image } from "@/components/Image"
4
5
import { ButtonLink } from "../Buttons"
6
7
-import PplLearning from "@/public/ppl-learning.png"
+import PeopleLearning from "@/public/people-learning.png"
8
9
// TODO: refactor to use CalloutBanner component
10
function ContributorsQuizBanner(props: FlexProps) {
@@ -26,7 +26,7 @@ function ContributorsQuizBanner(props: FlexProps) {
26
>
27
<Image
28
position="absolute"
29
- src={PplLearning}
+ src={PeopleLearning}
30
alt="People learning about Ethereum"
31
w="full"
32
maxH="120%"
0 commit comments