From 161e867f5e9c4f4388e079e58408f38127102306 Mon Sep 17 00:00:00 2001
From: Bady <bady@disroot.org>
Date: Fri, 17 May 2019 01:48:58 +0530
Subject: [PATCH] Fix link to same page opening in new tab

---
 fund.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fund.html b/fund.html
index 0e339be..5f7a8bb 100644
--- a/fund.html
+++ b/fund.html
@@ -104,7 +104,7 @@
         </div>
 
         <div class="row text-center" style="margin-top: 20px; margin-bottom: 20px;">
-          <a href="#othdet" target="_blank" style="margin-left:12px;"><button type="button" class="btn btn-success">
+          <a href="#othdet" style="margin-left:12px;"><button type="button" class="btn btn-success">
               <h4><b>Fund using Direct Transfer or UPI</b></h4>
             </button></a>
         </div>
-- 
GitLab