From 1b9d542b88d18257ee84d33f0b066be4e1ee651d Mon Sep 17 00:00:00 2001 From: Badri Sunderarajan Date: Thu, 25 Feb 2021 15:43:27 +0530 Subject: [PATCH] Add roundpup to table header --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index f1a0ce8..853c1ef 100644 --- a/index.js +++ b/index.js @@ -83,8 +83,8 @@ app.post("/edcal", (req, res) => { text: ` #### Editorial Calendar #are -|Title|PP|Due Date|Publish Date|Status| -|:----|:-|:-------|:-----------|:-----| +|:roundpup: Title|PP|Due Date|Publish Date|Status| +|:---------------|:-|:-------|:-----------|:-----| ${articleTable} `, })