diff --git a/code/game/world.dm b/code/game/world.dm
index b4c18f38..d3491903 100644
--- a/code/game/world.dm
+++ b/code/game/world.dm
@@ -259,8 +259,8 @@ GLOBAL_VAR(restart_counter)
s += "[station_name()]";
s += " ("
- s += "" //Change this to wherever you want the hub to link to. CIT CHANGE - links to cit's website on the hub
- s += "Citadel" //Replace this with something else. Or ever better, delete it and uncomment the game version. CIT CHANGE - modifies the hub entry link
+ s += "" //Change this to wherever you want the hub to link to. CIT CHANGE - links to cit's website on the hub
+ s += "Website" //Replace this with something else. Or ever better, delete it and uncomment the game version. CIT CHANGE - modifies the hub entry link
s += ""
s += ")\]" //CIT CHANGE - encloses the server title in brackets to make the hub entry fancier
s += "
[CONFIG_GET(string/servertagline)]
" //CIT CHANGE - adds a tagline!
diff --git a/icons/turf/walls/wall.dmi b/icons/turf/walls/wall.dmi
index f1183bce..6dfe1ecd 100644
Binary files a/icons/turf/walls/wall.dmi and b/icons/turf/walls/wall.dmi differ