Skip to content

Commit

Permalink
Change email address
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Akitoye <[email protected]>
  • Loading branch information
samtoya committed Mar 11, 2024
1 parent d8eceaa commit c194f6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/angular_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Angular App to Droplet
on:
push:
branches:
- main # Change to your preferred branch
- main

jobs:
deploy:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16.14.2 # Change to your preferred Node.js version
node-version: 16.14.2

- name: Install Angular CLI
run: npm install -g @angular/cli
Expand Down
8 changes: 4 additions & 4 deletions src/app/layout/layout/layout.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -717,15 +717,15 @@ <h3 class="heading text-white mb-10">4.9/5.0</h3>
<!-- </div>-->
<!-- </div>-->
<!-- </a>-->
<a href="mailto:hello@aquametrics.ch" class="single-contact-list">
<a href="mailto:info@aquametrics.ch" class="single-contact-list">
<div class="content-wrap">
<div class="content">
<div class="icon">
<span class="fal fa-envelope"></span>
</div>
<div class="main-content">
<h6 class="heading">Say hello</h6>
<div class="text">hello@aquametrics.ch</div>
<div class="text">info@aquametrics.ch</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -757,8 +757,8 @@ <h6 class="heading">Say hello</h6>
<ul class="footer-widget__list">
<li>Switzerland</li>
<li>
<a href="mailto:hello@aquametrics.ch" class="hover-style-link"
>hello@aquametrics.ch</a
<a href="mailto:info@aquametrics.ch" class="hover-style-link"
>info@aquametrics.ch</a
>
</li>
<!-- <li>-->
Expand Down

0 comments on commit c194f6f

Please sign in to comment.