summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmain.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/main.c b/main.c
index be5264b..0166fe3 100755
--- a/main.c
+++ b/main.c
@@ -463,7 +463,10 @@ static Redirect redirects[] = {
.url = "https://discord.gg/jstDS8x",
}, {
.alias = "/twitter",
- .url = "https://twitter.com/angsthotep",
+ .url = "https://x.com/angsthotep",
+ }, {
+ .alias = "/x",
+ .url = "https://x.com/angsthotep",
}, {
.alias = "/linkedin",
.url = "https://linkedin.com/in/guattari",
@@ -1959,7 +1962,6 @@ static Doc docs[NUM_DOCS] = {
.action = ACTION_BLANK,
.href = "/manifold",
}, {
- .width = 600,
.text = "Manifold",
}, {
.type = TAG_END,
@@ -2132,9 +2134,9 @@ static Doc docs[NUM_DOCS] = {
}, {
.type = TAG_BEGIN,
.action = ACTION_BLANK,
- .href = "/twitter",
+ .href = "/x",
}, {
- .text = "Twitter",
+ .text = "X",
}, {
.type = TAG_END,
}, {