Remove ALL fosscord mentions
5 files changed, 6 insertions, 6 deletions
diff --git a/assets/email_templates/new_login_location.html b/assets/email_templates/new_login_location.html
index ff262e99..e4911c5e 100644
--- a/assets/email_templates/new_login_location.html
+++ b/assets/email_templates/new_login_location.html
@@ -24,7 +24,7 @@
<body>
<div style="background-color: #202225;">
<img
- src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Wordmark-Orange.svg"
+ src="https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Logo-Blue.svg"
alt="Branding"
style="
width: 100%;
@@ -86,7 +86,7 @@
color: white;
cursor: pointer;
padding: 15px 19px;
- background-color: #ff5f00;
+ background-color: #0185ff;
border-radius: 5px;
"
>Verify Login</a
diff --git a/assets/email_templates/password_changed.html b/assets/email_templates/password_changed.html
index 399108a2..d0426279 100644
--- a/assets/email_templates/password_changed.html
+++ b/assets/email_templates/password_changed.html
@@ -24,7 +24,7 @@
<body>
<div style="background-color: #202225;">
<img
- src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Wordmark-Orange.svg"
+ src="https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Logo-Blue.svg"
alt="Branding"
style="
width: 100%;
diff --git a/assets/email_templates/password_reset_request.html b/assets/email_templates/password_reset_request.html
index b770e7ba..7de25bf1 100644
--- a/assets/email_templates/password_reset_request.html
+++ b/assets/email_templates/password_reset_request.html
@@ -24,7 +24,7 @@
<body>
<div style="background-color: #202225;">
<img
- src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Wordmark-Orange.svg"
+ src="https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Logo-Blue.svg"
alt="Branding"
style="
width: 100%;
diff --git a/assets/email_templates/phone_removed.html b/assets/email_templates/phone_removed.html
index 65807e29..7cc552e9 100644
--- a/assets/email_templates/phone_removed.html
+++ b/assets/email_templates/phone_removed.html
@@ -24,7 +24,7 @@
<body>
<div style="background-color: #202225;">
<img
- src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Wordmark-Orange.svg"
+ src="https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Logo-Blue.svg"
alt="Branding"
style="
width: 100%;
diff --git a/assets/email_templates/verify_email.html b/assets/email_templates/verify_email.html
index 481a46d4..dda45301 100644
--- a/assets/email_templates/verify_email.html
+++ b/assets/email_templates/verify_email.html
@@ -24,7 +24,7 @@
<body>
<div style="background-color: #202225;">
<img
- src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Wordmark-Orange.svg"
+ src="https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Logo-Blue.svg"
alt="Branding"
style="
width: 100%;
|