From 095cbf7b2036bc35d9c3eabbdec8a5c6dfd67242 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Fri, 31 Mar 2023 15:52:33 +1100 Subject: Remove ALL fosscord mentions --- assets/email_templates/new_login_location.html | 4 ++-- assets/email_templates/password_changed.html | 2 +- assets/email_templates/password_reset_request.html | 2 +- assets/email_templates/phone_removed.html | 2 +- assets/email_templates/verify_email.html | 2 +- assets/public/fosscord-login.css | 4 ++-- assets/public/fosscord.css | 2 +- assets/public/index.html | 15 ++++++++------- assets/webrtc.js | 2 +- 9 files changed, 18 insertions(+), 17 deletions(-) (limited to 'assets') 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 @@
BrandingVerify Login
Branding Branding Branding Branding div.app-1q1i1E > div > a { /* replace me: original dimensions: 130x36 */ - background: url(https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Wordmark-Gradient.svg); + background: url(https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Logo-Blue.svg); width: 130px; height: 23px; background-size: contain; diff --git a/assets/public/fosscord.css b/assets/public/fosscord.css index 2ee7b794..53ffd41b 100644 --- a/assets/public/fosscord.css +++ b/assets/public/fosscord.css @@ -27,7 +27,7 @@ > foreignObject > div > div { - background-image: url(https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Icon-Rounded-Subtract.svg); + background-image: url(https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Icon-Rounded-Subtract.svg); background-size: contain; border-radius: 50%; } diff --git a/assets/public/index.html b/assets/public/index.html index 2fa07ca9..3723caba 100644 --- a/assets/public/index.html +++ b/assets/public/index.html @@ -5,7 +5,7 @@ - Fosscord Server + Spacebar Server @@ -40,24 +40,25 @@ #wordmark { width: min(500px, 50%); + margin-bottom: 20px; } a, a:visited { - color: #FF6D2E; + color: #0185ff; }
- Fosscord Logo + src="https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Logo-Blue.svg" />

Welcome!

-

If you're viewing this page, that means you've successfully set up your very own Fosscord instance!

-

For information on how to configure your shiny new setup, you should visit our documentation

-

For information on how to connect and use your instance, click here

+

If you're viewing this page, that means you've successfully set up your very own Spacebar instance!

+

For information on how to configure your shiny new setup, you should visit our documentation

+

For information on how to connect and use your instance, click here

diff --git a/assets/webrtc.js b/assets/webrtc.js index 40cb237a..b56e41c4 100644 --- a/assets/webrtc.js +++ b/assets/webrtc.js @@ -3,7 +3,7 @@ If you want to use it, throw it into the `preload-plugins` folder. TODO: Make it so this file is not required for webrtc. - Do note that webrtc, as of 17/12/2022, is not implemented yet in fosscord/fosscord-server. + Do note that webrtc, as of 17/12/2022, is not implemented yet in spacebarchat/server. */ (this.webpackChunkdiscord_app = this.webpackChunkdiscord_app || []).push([ -- cgit 1.5.1