Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit f2d5ffa

Browse files
committed
renamed project cw server to world of tanks heat in main website
1 parent 9064fcb commit f2d5ffa

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

assets/js/servers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const serverNames = {
44
DIRECT_MESSAGES: "Direct Messages",
5-
PROJECT_CW: "Project CW",
5+
WOT_HEAT: "World of Tanks: HEAT",
66
BANANA: "Banana",
77
BLITZHUB_EU: "BlitzHUB EU",
88
SINEWAVE_DEVELOPMENT: "SINEWAVE Development",
@@ -22,7 +22,7 @@ const serverNames = {
2222

2323
const serverInvites = {
2424
DIRECT_MESSAGES: "",
25-
PROJECT_CW: "https://discord.com/invite/projectcw",
25+
WOT_HEAT: "https://discord.com/invite/wot-heat",
2626
BANANA: "https://discord.com/invite/thebananas",
2727
BLITZHUB_EU: "https://discord.com/invite/WKz7RJvtUK",
2828
SINEWAVE_DEVELOPMENT: "https://discord.com/invite/3nUBKvuBgC",

pages/info.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,17 +276,17 @@ <h3 class="text-2xl font-semibold text-gray-800 mb-4">
276276
</li>
277277
</ul>
278278
<div class="flex flex-wrap justify-center gap-6">
279-
<!-- Server Card: Project CW -->
279+
<!-- Server Card: World of Tanks: HEAT -->
280280
<div class="bg-gray-50 p-6 rounded-lg shadow-sm hover:shadow-md transition-shadow w-full md:w-5/12 lg:w-3/10 max-w-sm server-card">
281281
<div class="flex items-center space-x-4">
282282
<div class="flex-shrink-0 w-12 h-12 rounded-full overflow-hidden">
283-
<a href="https://discord.com/invite/projectcw" target="_blank" rel="noopener noreferrer">
284-
<img src="https://raw.githubusercontent.com/TheDARTProject/Website-Images/refs/heads/main/server-images/PROJECT_CW.png" alt="Server Icon" class="discord-server-icon w-full h-full object-cover">
283+
<a href="https://discord.com/invite/wot-heat" target="_blank" rel="noopener noreferrer">
284+
<img src="https://raw.githubusercontent.com/TheDARTProject/Website-Images/refs/heads/main/server-images/WOT_HEAT.gif" alt="Server Icon" class="discord-server-icon w-full h-full object-cover">
285285
</a>
286286
</div>
287287
<div>
288288
<h4 class="text-lg font-semibold text-indigo-600">
289-
<b>Project CW</b>
289+
<b>World of Tanks: HEAT</b>
290290
</h4>
291291
<p class="text-gray-600"> Members</p>
292292
<p class="text-gray-600">Active Contributor</p>

0 commit comments

Comments
 (0)