Skip to content

Commit e1c2e49

Browse files
committed
fix: Linked to instagram account
1 parent e2adf28 commit e1c2e49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/common/footer/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="social-icons">
77
<p class="follow-us">Follow us </p>
88
<a target="_blank" class="facebook" href="https://www.facebook.com/mangalambhav/"><i class="fa fa-facebook"></i></a>
9-
<a target="_blank" class="instagram" href="#"><i class="fa fa-instagram"></i></a>
9+
<a target="_blank" class="instagram" href="https://www.instagram.com/mangalambhav/"><i class="fa fa-instagram"></i></a>
1010
</div>
1111
<p class="copyright-text">Copyright &copy; {{year}} All Rights Reserved by
1212
<a href="#">{{data.brand}}</a>.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const environment = {
22
type: 'production',
3-
version: 'v1.0.1'
3+
version: 'v1.0.2'
44
}

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const environment = {
22
type: 'dev',
3-
version: 'v1.0.1-dev'
3+
version: 'v1.0.2-dev'
44
}

0 commit comments

Comments
 (0)