1 files changed, 8 insertions, 7 deletions
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 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Fosscord Server</title>
+ <title>Spacebar Server</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -40,24 +40,25 @@
#wordmark {
width: min(500px, 50%);
+ margin-bottom: 20px;
}
a, a:visited {
- color: #FF6D2E;
+ color: #0185ff;
}
</style>
</head>
<body>
<div class="container">
- <img alt="Fosscord Logo"
+ <img alt="Spacebar Logo"
id="wordmark"
- src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Wordmark-Gradient.svg" />
+ src="https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Logo-Blue.svg" />
<h1>Welcome!</h1>
- <p>If you're viewing this page, that means you've successfully set up your very own Fosscord instance!</p>
- <p>For information on how to configure your shiny new setup, you should visit <a href="https://docs.fosscord.com">our documentation</a></p>
- <p>For information on how to connect and use your instance, <a href="https://docs.fosscord.com/setup/clients">click here</a></p>
+ <p>If you're viewing this page, that means you've successfully set up your very own Spacebar instance!</p>
+ <p>For information on how to configure your shiny new setup, you should visit <a href="https://docs.spacebar.chat">our documentation</a></p>
+ <p>For information on how to connect and use your instance, <a href="https://docs.spacebar.chat/setup/clients">click here</a></p>
</div>
</body>
|