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 6326623 commit 948b5e0Copy full SHA for 948b5e0
src/components/HeroGraphics/index.tsx
@@ -17,7 +17,7 @@ function HeroGraphics(): ReactNode {
17
<div className={styles.powerText}>Powered by</div>
18
<div className={styles.bootcContainer}>
19
<img
20
- src="/docs/img/bootc-logo.png"
+ src="img/bootc-logo.png"
21
alt="Bootc Logo"
22
className={styles.bootcLogo}
23
/>
0 commit comments