From 294a1ac7434dffb116d9fc87e9ed4855d9476f3d Mon Sep 17 00:00:00 2001 From: Tina Phillips Date: Mon, 28 Feb 2022 10:51:38 -0600 Subject: [PATCH] updated URL for Crews in the footer --- projects/tl-elements/src/lib/tl-footer/tl-footer.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/tl-elements/src/lib/tl-footer/tl-footer.component.ts b/projects/tl-elements/src/lib/tl-footer/tl-footer.component.ts index 34e34a5e4..95eccc812 100644 --- a/projects/tl-elements/src/lib/tl-footer/tl-footer.component.ts +++ b/projects/tl-elements/src/lib/tl-footer/tl-footer.component.ts @@ -25,7 +25,7 @@ export class TlFooterComponent extends TamuAbstractBaseComponent implements OnCh { href: 'http://tamu.edu/', value: 'Texas A& M University' }, { href: 'http://library.tamu.edu/about/compliance.html', value: 'Site Policies' }, { href: 'https://library.tamu.edu/services/accessibility.html', value: 'Accessibility' }, - { href: 'http://www.thecb.state.tx.us/apps/txcrews/', value: 'Texas CREWS' }, + { href: 'https://txcrews.org/', value: 'Texas CREWS' }, { href: 'https://askus.library.tamu.edu/contact/index', value: 'Comments' }, { href: 'https://library.tamu.edu/status/', value: 'Services Status' } ];