From 9d46546e44265c2a11156c086b3b09a4a6d6c7ed Mon Sep 17 00:00:00 2001
From: SinTan1729 <sayantan.santra689@gmail.com>
Date: Sun, 17 Mar 2024 01:47:01 -0500
Subject: [PATCH] chg: Some small changes to the UI

---
 resources/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/resources/index.html b/resources/index.html
index f10904a..e4d8582 100644
--- a/resources/index.html
+++ b/resources/index.html
@@ -47,10 +47,10 @@
         <p name="loading-text">Loading links table...</p>
         <table class="pure-table">
             <caption>Active links</caption>
-            <br>
+            <br />
             <thead>
                 <tr>
-                    <td id="short-url-header">Short URL<br>(click to copy)</td>
+                    <td id="short-url-header">Short URL (click to copy)</td>
                     <td>Long URL</td>
                     <td>Hits</td>
                     <td name="deleteBtn">&times;</td>