Skip to content

Commit

Permalink
url updates
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Sep 2, 2021
1 parent 1d59655 commit 5920a1c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FAVICON_GENERATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Follow the instructions below to be able to generate favicon.

4. Deploy changes to **[develop](https://github.com/open-template-hub/company-profile-ui-template/tree/develop)** branch

5. Check your favicon with the **[favicon checker](https://realfavicongenerator.net/favicon_checker?protocol=https&site=oth-company-profile.herokuapp.com)**
5. Check your favicon with the **[favicon checker](https://realfavicongenerator.net/favicon_checker?protocol=https&site=opentemplatehub.com)**
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Company Profile UI Template for generic usage in Angular (generated from [Web UI
</p>

<p align="center">
<a href="https://oth-company-profile.herokuapp.com">
<a href="https://opentemplatehub.com">
<img src="https://github.com/open-template-hub/company-profile-ui-template/blob/develop/src/assets/common/demonstration/demonstration-main.png?raw=true" alt="Screenshot" width="800px">
</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export class EventDataComponent implements OnInit {
case 'twitter':
const related = this.category.name + ( this.subCategory ? ',' + this.subCategory.name : '' ) +
( this.leafCategory ? ',' + this.leafCategory.name : '' )
console.log( environment.clientUrl )
eventUrl = environment.social.twitter.shareUrl + environment.clientUrl
+ URLS.dashboard.event + '?event_id=' + this.id + '&text=' + this.title + '&via=wecontribute_io'
+ '&related=' + related
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const environment = {

serverUrl: 'https://oth-orchestration.herokuapp.com',

clientUrl: 'https://oth-web-app.herokuapp.com',
clientUrl: 'https://opentemplatehub.com',

mockDataEnabled: true,

Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const environment = {

serverUrl: 'https://oth-orchestration.herokuapp.com',

clientUrl: 'https://oth-web-app.herokuapp.com',
clientUrl: 'https://oth-company-profile-stg.herokuapp.com',

mockDataEnabled: true,

Expand Down

0 comments on commit 5920a1c

Please sign in to comment.