Skip to content

Commit

Permalink
Merge pull request #144 from onflow/bastian/fix-description
Browse files Browse the repository at this point in the history
Fix description
  • Loading branch information
turbolent authored Sep 6, 2024
2 parents 5ab792d + 2164767 commit f3b04f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function Home() {
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
description="Cadence is a resource-oriented programming language that introduces new features to smart contract programming that help developers ensure that their code is safe, secure, clear, and approachable.">
<main>

<div className="content-wrapper">
Expand Down

0 comments on commit f3b04f3

Please sign in to comment.