Skip to content

Commit

Permalink
update environment.prod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Aug 4, 2019
1 parent 8547306 commit d783cdd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
import { version } from 'package.json';

const discordInvitation = 'https://discord.gg/YsAAAz';

export const environment = {
production: true,
apiUrl: 'https://api.tf2pickup.pl',
wsUrl: 'https://api.tf2pickup.pl',
version,
headerLinks: [
{ name: 'discord', icon: '/assets/discord.svg', target: discordInvitation, tooltip: 'Join us on discord!' },
],
footerLinks: [
{ name: 'github', target: 'https://github.com/tf2pickup-pl' },
{ name: 'discord', target: 'https://discord.gg/YsAAAz' },
{ name: 'discord', target: discordInvitation },
],
};

0 comments on commit d783cdd

Please sign in to comment.