Skip to content

Commit

Permalink
feat: configure No Server logo from configure.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
BlagovestGerov committed Oct 25, 2019
1 parent ef94bbb commit aac427a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scripts/configure.ts
Expand Up @@ -34,7 +34,8 @@ export const environment: Environment = {
CLOUDINARY_API_KEY: '256868982483961',
GOOGLE_AUTH_LINK: 'http://localhost:3000/api/auth/google',
FACEBOOK_AUTH_LINK: 'http://localhost:3000/api/auth/facebook',
LINKEDIN_AUTH_LINK: '#'
LINKEDIN_AUTH_LINK: '#',
NO_INTERNET_LOGO: 'assets/images/logos/logo_Gauzy.svg'
};
export const cloudinaryConfiguration: CloudinaryConfiguration = {
Expand Down

0 comments on commit aac427a

Please sign in to comment.