Skip to content

Commit

Permalink
Merge pull request #119 from usnistgov/fix/ODD853-Social-media-links
Browse files Browse the repository at this point in the history
Updated social media links for YouTube, Instagram, and facebook.
  • Loading branch information
RayPlante authored Feb 3, 2020
2 parents 5e44de2 + f9dcd00 commit 6ca3a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular/src/app/frame/footbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
is external)</span>
</span>
</a></li>
<li><a href="https://www.instagram.com/usnistgov/" target="_blank"
<li><a href="https://www.instagram.com/nist/" target="_blank"
class="social-btn social-btn--large extlink ext">
<i class="faa faa-instagram">
<span class="element-invisible">Instagram</span></i>
Expand Down
2 changes: 1 addition & 1 deletion angular/src/app/frame/footbar.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('FootbarComponent', () => {
expect(links.includes("https://twitter.com/nist")).toBe(true);
expect(links.includes("https://www.facebook.com/NIST/")).toBe(true);
expect(links.includes("https://www.linkedin.com/company/nist")).toBe(true);
expect(links.includes("https://www.instagram.com/usnistgov/")).toBe(true);
expect(links.includes("https://www.instagram.com/nist/")).toBe(true);
expect(links.includes("https://www.youtube.com/nist")).toBe(true);
expect(links.includes("https://nist.gov/")).toBe(true);
});
Expand Down

0 comments on commit 6ca3a90

Please sign in to comment.