Anupriya commited on
Commit
de33281
·
1 Parent(s): 6dc3ffe

website url modified

Browse files
Files changed (1) hide show
  1. src/app/shared/brand.service.ts +5 -5
src/app/shared/brand.service.ts CHANGED
@@ -24,18 +24,18 @@ export class BrandService {
24
  instagram: string;
25
  }> = {
26
  'Py-Learn': {
27
- website: 'https://pykara.ai/',
28
  linkedin: 'https://www.linkedin.com/in/pykara-technologies',
29
  youtube: 'https://www.youtube.com/@PykaraTechnologies',
30
- facebook: 'https://www.facebook.com/people/Pykara/100087653675803/',
31
- instagram: 'https://www.instagram.com/pykaratechnologie/'
32
  },
33
  'MJ-Learn': {
34
- website: 'https://www.majema.se/',
35
  linkedin: 'https://www.linkedin.com/company/majemaforlaget',
36
  youtube: 'https://www.youtube.com/@majemaforlaget3014',
37
  facebook: 'https://www.facebook.com/majemaforlaget',
38
- instagram: 'https://www.instagram.com/majemaforlaget/'
39
  }
40
  };
41
 
 
24
  instagram: string;
25
  }> = {
26
  'Py-Learn': {
27
+ website: 'https://pykara.ai',
28
  linkedin: 'https://www.linkedin.com/in/pykara-technologies',
29
  youtube: 'https://www.youtube.com/@PykaraTechnologies',
30
+ facebook: 'https://www.facebook.com/people/Pykara/100087653675803',
31
+ instagram: 'https://www.instagram.com/pykaratechnologie'
32
  },
33
  'MJ-Learn': {
34
+ website: 'https://www.majema.se',
35
  linkedin: 'https://www.linkedin.com/company/majemaforlaget',
36
  youtube: 'https://www.youtube.com/@majemaforlaget3014',
37
  facebook: 'https://www.facebook.com/majemaforlaget',
38
+ instagram: 'https://www.instagram.com/majemaforlaget'
39
  }
40
  };
41