Skip to content

Commit

Permalink
fix blog post with invalid front matter
Browse files Browse the repository at this point in the history
This caused the following React warning:

```
Check the top-level render call using <span>. See https://reactjs.org/link/warning-keys for more information.
...
```
  • Loading branch information
sqs committed Jun 28, 2023
1 parent 0338485 commit 46f5e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/blogposts/2023/big-code-in-ai-era.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 'New data report: Big Code in the AI era'
description: AI is the best and worst thing to happen to enterprise dev teams.
authors:
- name: Amie Rotherham
- url: https://twitter.com/amieroth
url: https://twitter.com/amieroth
publishDate: 2023-04-27T12:00
tags: [blog]
slug: big-code-in-ai-era
Expand Down
2 changes: 1 addition & 1 deletion content/blogposts/2023/cody-for-open-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 'Opening access to Cody for Sourcegraph.com'
description: Cody is now available to anyone with a Sourcegraph.com account.
authors:
- name: Alex Isken
- url: https://github.com/iskyOS
url: https://github.com/iskyOS
publishDate: 2023-05-02T12:00
tags: [blog]
slug: cody-for-open-source
Expand Down

0 comments on commit 46f5e38

Please sign in to comment.