aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/about-us/aboutus.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/about-us/aboutus.component.html')
-rw-r--r--src/app/about-us/aboutus.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/about-us/aboutus.component.html b/src/app/about-us/aboutus.component.html
index 554fd4a..d7460f3 100644
--- a/src/app/about-us/aboutus.component.html
+++ b/src/app/about-us/aboutus.component.html
@@ -26,7 +26,7 @@ limitations under the License.
<div class="card">
<div class="mdl-dialog__content">
<div class="card">
- <div class="card-header" style="font-size: 20px">CONTACT DETAILS</div>
+ <div class="card-header" (click)="tlPlus()" style="font-size: 20px">CONTACT DETAILS</div>
<div class="mdl-card__title">
<div class="text-center">
Contact us @:
@@ -35,7 +35,7 @@ limitations under the License.
</div>
</div>&emsp;&emsp;&emsp;&emsp;
<div class="card">
- <div class="card-header" style="font-size: 20px">VERSION DETAILS</div>
+ <div class="card-header" (click)="tlMinus()" style="font-size: 20px">VERSION DETAILS</div>
<div class="mdl-card__title">
<table>
<thead></thead>
@@ -69,4 +69,4 @@ limitations under the License.
</div>
</div>
-</div> \ No newline at end of file
+</div>