From 720873cec5c92e1c7be688ed8d443e9851497454 Mon Sep 17 00:00:00 2001 From: Cairo Date: Tue, 29 Jun 2021 19:37:20 +1200 Subject: [PATCH] Update header.ejs --- assets/Views/partials/header.ejs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/Views/partials/header.ejs b/assets/Views/partials/header.ejs index 756e2b7..d2929fc 100644 --- a/assets/Views/partials/header.ejs +++ b/assets/Views/partials/header.ejs @@ -8,6 +8,7 @@ + <% if (pageType.bot === true) { let color = "#b114ff" if(req.user) color = req.user.db.preferences.defaultColour @@ -167,8 +168,6 @@ <% if (htmlDir === "rtl") { %><%- include("./rtl.ejs") %><% } %> - -