diff --git a/angular/src/app/frame/footbar.component.html b/angular/src/app/frame/footbar.component.html index 3fe0360a5..a0987c742 100644 --- a/angular/src/app/frame/footbar.component.html +++ b/angular/src/app/frame/footbar.component.html @@ -23,7 +23,7 @@ is external) -
  • Instagram diff --git a/angular/src/app/frame/footbar.component.spec.ts b/angular/src/app/frame/footbar.component.spec.ts index 2e0aa3168..c31b0b1d2 100644 --- a/angular/src/app/frame/footbar.component.spec.ts +++ b/angular/src/app/frame/footbar.component.spec.ts @@ -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); });