We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2530ecb + b36fd57 commit 0c5d6deCopy full SHA for 0c5d6de
src/components/PoweredByCyfrinLogo.tsx
@@ -4,7 +4,7 @@ import styles from "./PoweredByCyfrinLogo.module.css"
4
5
const PoweredByCyfrinLogo: React.FC<{}> = () => {
6
return (
7
- <a target="__blank" href="https://www.cyfrin.io/">
+ <a target="_blank" href="https://www.cyfrin.io/">
8
<img src={logo} alt="Powered by Cyfrin" className={styles.component} />
9
</a>
10
)
0 commit comments