Skip to content

Commit

Permalink
Update AcercaCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lasfito authored Aug 19, 2024
1 parent a9569a2 commit 56b0bbb
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/components/AcercaCard/AcercaCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,6 @@ function AcercaCard({id, short = false}: AcercaCardProps) {
</a>
<br />
<br />
{!short && (
<div>
¿Eres desarrollador y/o buscas mejorar tus habilidades? Entonces
echa un vistazo a mis{" "}
<a
href="/tutoriales"
target="blank"
rel="noopener"
className="fancy"
>
tutoriales{" "}
</a>{" "}
y mi canal de{" "}
<a
href="https://youtube.com/@lasfito"
target="_blank"
rel="noopener"
className="fancy"
>
YouTube.
</a>
</div>
)}
</p>
</div>
</MacWindow>
Expand Down

0 comments on commit 56b0bbb

Please sign in to comment.