diff --git a/public/p5js-square-logo.png b/public/p5js-square-logo.png new file mode 100644 index 0000000000..26a21db20b Binary files /dev/null and b/public/p5js-square-logo.png differ diff --git a/server/views/index.ts b/server/views/index.ts index 57656e256a..1a412fd004 100644 --- a/server/views/index.ts +++ b/server/views/index.ts @@ -12,6 +12,15 @@ export function renderIndex() { + + + + + + + + + p5.js Web Editor ${ process.env.NODE_ENV === 'production' @@ -87,7 +96,18 @@ export function renderProjectIndex(username: string, projectName: string) { - ${`${projectName} by ${username} -`}p5.js Web Editor + + + + + + + + + + ${projectName} by ${username} - p5.js Web Editor ${ process.env.NODE_ENV === 'production' ? ``