From 862c4b698d31ee12862981d424a4c5d1889c1903 Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Thu, 27 Feb 2020 15:46:28 +0000
Subject: [PATCH] removed capitals in index.html

This removed them from appearing as TODO Comments
---
 app/public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/public/index.html b/app/public/index.html
index 00ccfa9..8a7610f 100644
--- a/app/public/index.html
+++ b/app/public/index.html
@@ -9,7 +9,7 @@
       content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"
     />
 
-    <!-- OPEN GRAPH -->
+    <!-- Open Graph -->
     <meta
       property="og:image"
       content="https://alpha.nodenogg.in/files/logo_nt.png"
@@ -25,7 +25,7 @@
     <meta property="og:type" content="website" />
     <meta property="og:url" content="https://alpha.nodenogg.in" />
 
-    <!-- TWITTER -->
+    <!-- Twitter -->
     <meta name="twitter:card" content="summary" />
     <meta
       property="twitter:image"
-- 
GitLab