Fix extra space

This commit is contained in:
Sam Carlton 2021-05-14 12:44:14 -05:00
parent b2c9774ca8
commit b35c8075a0

View file

@ -65,7 +65,7 @@ export class AppTemplate {
},
eleventyComputed: {
title: ({ app: { payload: { app } } }) => {
title: ({ app: { payload: { app } } }) => {
// console.log('data', data)
return makeTitle( app )
},