Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #550 from GSA/RemoveNewsletter
Browse files Browse the repository at this point in the history
removed join mailing list button
  • Loading branch information
DanielJDufour authored May 1, 2018
2 parents cd04cdb + 82a903d commit d40049e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 24 deletions.
4 changes: 0 additions & 4 deletions config/code-gov-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
{
"name": "Visit Project Page",
"url": "https://github.com/GSA/code-gov-web"
},
{
"name": "Join Mailing List",
"url": "https://bit.ly/2pnRlYN"
}
],
"logos": [
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@angularclass/hmr-loader": "~3.0.2",
"@code.gov/api-client": "^0.1.1",
"@code.gov/code-gov-font": "^0.5.0",
"@code.gov/code-gov-style": "^1.2.0",
"@code.gov/code-gov-style": "^1.2.1",
"@ngx-meta/core": "^0.4.0-rc.2",
"@types/jasminewd2": "^2.0.2",
"angulartics2": "1.4.3",
Expand Down
5 changes: 0 additions & 5 deletions src/app/components/footer/footer.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
<span>Visit Project Page</span>
</a>
</li>
<li>
<a class="link" href="https://bit.ly/2pnRlYN" rel="noopener">
<span>Join Mailing List</span>
</a>
</li>
</ul>
</div>
<div class="footer-part logos">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
Roadmap
</a></li>

<li><a class="link" href="https://bit.ly/2pnRlYN" rel="noopener">
Join Mailing List
</a></li>
</ul>

<ul class="right">
Expand Down
3 changes: 0 additions & 3 deletions src/app/components/mobile-menu/mobile-menu.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@
<li class="mobile-menu-item">
<a class="link" routerLink="/roadmap" routerLinkActive="link--active" (click)="hideSideNav()">Roadmap</a>
</li>
<li class="mobile-menu-item">
<a class="link" href="https://bit.ly/2pnRlYN" rel="noopener">Join Mailing List</a>
</li>
</ul>
</div>
<div class="mobile-menu-underlay" [ngClass]="{'active': isOpen}" (click)="hideSideNav()"></div>

0 comments on commit d40049e

Please sign in to comment.