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 24ece74 commit 46dea29Copy full SHA for 46dea29
src/pages/index.tsx
@@ -34,7 +34,7 @@ export default function Home (): ReactNode {
34
return (
35
<Layout
36
title={ `${ siteConfig.title }` }
37
- description="Description will go into a meta tag in <head />">
+ description="Aprende sobre los conceptos básicos de la Programación Orientada a Objetos (POO) y cómo aplicarlos en tu código.">
38
<HomepageHeader />
39
<main>
40
<HomepageFeatures />
0 commit comments