diff --git a/index.html b/index.html
index 4b65884..fc537cb 100644
--- a/index.html
+++ b/index.html
@@ -853,6 +853,7 @@
Activity
Sent
+ Received
Deposits
Withdrawals
Paid through cashier
@@ -863,6 +864,10 @@
You haven't sent any rupee yet.
+
+
+ You haven't sent any rupee yet.
+
You haven't deposited rupee yet.
@@ -1086,6 +1091,17 @@
className = 'withdrawn'
transaction = 'Sent to'
break;
+ case 'received':
+ icon = `
+
+ `
+ sign = '+'
+ className = 'deposited'
+ transaction = 'Recieved from'
+ break;
case 'deposit':
icon = `