Skip to content

Commit 0c5d6de

Browse files
authored
Merge pull request #334 from maximevtush/patch-1
Update PoweredByCyfrinLogo.tsx
2 parents 2530ecb + b36fd57 commit 0c5d6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PoweredByCyfrinLogo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import styles from "./PoweredByCyfrinLogo.module.css"
44

55
const PoweredByCyfrinLogo: React.FC<{}> = () => {
66
return (
7-
<a target="__blank" href="https://www.cyfrin.io/">
7+
<a target="_blank" href="https://www.cyfrin.io/">
88
<img src={logo} alt="Powered by Cyfrin" className={styles.component} />
99
</a>
1010
)

0 commit comments

Comments
 (0)