From 80b0567257d9ca19acf3fedb8df8b8843d726e9a Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 7 Oct 2015 13:45:57 -0700 Subject: GIT-957 fixing email templates and logos --- web/react/components/team_signup_choose_auth.jsx | 2 +- web/react/components/team_signup_with_email.jsx | 2 +- web/react/components/team_signup_with_sso.jsx | 2 +- web/static/images/Battlehouse-logodark.png | Bin 6981 -> 0 bytes web/static/images/Bladekick-logodark.png | Bin 10380 -> 0 bytes web/static/images/Mattermost-logodark.png | Bin 10380 -> 0 bytes web/static/images/logo-email.png | Bin 0 -> 10380 bytes 7 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 web/static/images/Battlehouse-logodark.png delete mode 100644 web/static/images/Bladekick-logodark.png delete mode 100644 web/static/images/Mattermost-logodark.png create mode 100644 web/static/images/logo-email.png (limited to 'web') diff --git a/web/react/components/team_signup_choose_auth.jsx b/web/react/components/team_signup_choose_auth.jsx index b8264b887..8cdeace03 100644 --- a/web/react/components/team_signup_choose_auth.jsx +++ b/web/react/components/team_signup_choose_auth.jsx @@ -52,7 +52,7 @@ export default class ChooseAuthPage extends React.Component {
{buttons}
- {'Find my team'} + {'Find my teams'}
); diff --git a/web/react/components/team_signup_with_email.jsx b/web/react/components/team_signup_with_email.jsx index 4fb1c0d01..f27def191 100644 --- a/web/react/components/team_signup_with_email.jsx +++ b/web/react/components/team_signup_with_email.jsx @@ -69,7 +69,7 @@ export default class EmailSignUpPage extends React.Component {
- {`Find my team`} + {`Find my teams`}
); diff --git a/web/react/components/team_signup_with_sso.jsx b/web/react/components/team_signup_with_sso.jsx index 14f281f7a..5267f44b6 100644 --- a/web/react/components/team_signup_with_sso.jsx +++ b/web/react/components/team_signup_with_sso.jsx @@ -112,7 +112,7 @@ export default class SSOSignUpPage extends React.Component { {serverError}
- {'Find my team'} + {'Find my teams'}
); diff --git a/web/static/images/Battlehouse-logodark.png b/web/static/images/Battlehouse-logodark.png deleted file mode 100644 index 1fc5b68ca..000000000 Binary files a/web/static/images/Battlehouse-logodark.png and /dev/null differ diff --git a/web/static/images/Bladekick-logodark.png b/web/static/images/Bladekick-logodark.png deleted file mode 100644 index c16978ba8..000000000 Binary files a/web/static/images/Bladekick-logodark.png and /dev/null differ diff --git a/web/static/images/Mattermost-logodark.png b/web/static/images/Mattermost-logodark.png deleted file mode 100644 index c16978ba8..000000000 Binary files a/web/static/images/Mattermost-logodark.png and /dev/null differ diff --git a/web/static/images/logo-email.png b/web/static/images/logo-email.png new file mode 100644 index 000000000..c16978ba8 Binary files /dev/null and b/web/static/images/logo-email.png differ -- cgit v1.2.3-1-g7c22