Skip to content

Commit

Permalink
Merge pull request #809 from Gary-Community-Ventures/feat/lgs_cobrand
Browse files Browse the repository at this point in the history
Lets Get Set Logo
  • Loading branch information
CalebPena authored Dec 19, 2023
2 parents 6299f3c + 902d4e1 commit 3ef3087
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added src/Assets/LetsGetSet/lgsLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Assets/referralOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const referralOptions = {
bia: 'Benefits in Action',
villageExchange: 'Village Exchange',
frca: 'Family Resource Center Association',
lgs: "Let's Get Set",
testOrProspect: <FormattedMessage id="referralOptions.testOrProspect" defaultMessage="Test / Prospective Partner" />,
searchEngine: <FormattedMessage id="referralOptions.searchEngine" defaultMessage="Google or other search engine" />,
socialMedia: <FormattedMessage id="referralOptions.socialMedia" defaultMessage="Social Media" />,
Expand Down
4 changes: 4 additions & 0 deletions src/Components/Referrer/referrerHook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import BIAMFBLogo from '../../Assets/biamfbcombinedlogo.png';
import JHSAMFBLogo from '../../Assets/JeffcoAssets/jeffcobrand.png';
import VELogo from '../../Assets/VillageExchange/villageExchangeLogo.png';
import CCHMFBLogo from '../../Assets/ColoradoCoalitionHomeless/cchcobrand.png';
import LGSLogo from '../../Assets/LetsGetSet/lgsLogo.png';

type ReferrerOptions<T> = {
default: T;
Expand Down Expand Up @@ -31,20 +32,23 @@ const referrerData: ReferrerData = {
jeffcoHSCM: JHSAMFBLogo,
villageExchange: VELogo,
cch: CCHMFBLogo,
lgs: LGSLogo,
},
logoAlt: {
default: 'MyFriendBen home page button',
bia: 'Benefits in Action and MyFriendBen home page button',
jeffcoHS: 'Jeffco Human Services and MyFriendBen home page button',
jeffcoHSCM: 'Jeffco Human Services and MyFriendBen home page button',
cch: 'Colorado Coalition for the Homeless and MyFriendBen home page button',
lgs: "Let's Get Set home page button",
},
logoClass: {
default: 'logo',
jeffcoHS: 'big-logo logo',
jeffcoHSCM: 'big-logo logo',
villageExchange: 'big-logo logo',
cch: 'big-logo logo',
lgs: 'logo',
},
twoOneOneLink: {
default: 'https://www.211colorado.org/?utm_source=myfriendben&utm_medium=inlink&utm_campaign=organic&utm_id=211mfb',
Expand Down

0 comments on commit 3ef3087

Please sign in to comment.