Skip to content

Commit

Permalink
fix #182 - removed duplicate title from page metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nitya committed Feb 13, 2023
1 parent d1b3dfb commit f96ffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Home() {
return (
<Layout
description="Learn a new technology in #30Days by going from fundamental concepts to functioning code, then scaling with cloud and AI.">
<HomepageHeader />
<HomepageHeader />
<main>
<HomepageFeatures />
</main>
Expand Down

0 comments on commit f96ffac

Please sign in to comment.