Skip to content

Commit

Permalink
www: fix wordpress features column (#9883)
Browse files Browse the repository at this point in the history
fix wordpress column in feature comparison page: ref #2444 (comment)
  • Loading branch information
pieh committed Nov 12, 2018
1 parent 015194c commit fb2df84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/evaluation-table.js
Expand Up @@ -43,7 +43,7 @@ class EvaluationTable extends Component {
</span>,
]
}
const headers = [`Feature`, `Gatsby`, `Jekyll`, `Wordpress`, `Squarespace`]
const headers = [`Feature`, `Gatsby`, `Jekyll`, `WordPress`, `Squarespace`]
const renderCell = (text, column) => {
switch (column) {
case 0: {
Expand Down

0 comments on commit fb2df84

Please sign in to comment.