Skip to content

Commit 46dea29

Browse files
committed
deploy: Update Page Description
1 parent 24ece74 commit 46dea29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Home (): ReactNode {
3434
return (
3535
<Layout
3636
title={ `${ siteConfig.title }` }
37-
description="Description will go into a meta tag in <head />">
37+
description="Aprende sobre los conceptos básicos de la Programación Orientada a Objetos (POO) y cómo aplicarlos en tu código.">
3838
<HomepageHeader />
3939
<main>
4040
<HomepageFeatures />

0 commit comments

Comments
 (0)