Skip to content

Commit a9d29ca

Browse files
authored
Update oct21st.js
1 parent 5753fb9 commit a9d29ca

1 file changed

Lines changed: 8 additions & 21 deletions

File tree

src/pages/news/2025/oct21st.js

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,24 @@
11
module.exports = [
22
{
33
element: "h1",
4-
textContent: "Random Rants + is undergoing big updates",
5-
style: {
6-
fontSize: "2em",
7-
marginBottom: "0.5em",
8-
textAlign: "center",
9-
},
4+
textContent: "The Big Update Push",
5+
style: { fontSize: "2em", marginBottom: "0.5em", textAlign: "center" },
106
},
117
{
128
element: "p",
13-
style: { fontSize: "10px", textAlign: "center" },
14-
textContent:
15-
"Whoops! This wasn't added in the list so thought I add it back.",
9+
style: { fontSize: "10px", textAlign: "center", opacity: "0.7" },
10+
textContent: "Note: Re-adding this to the log for the record.",
1611
},
1712
{
1813
element: "p",
1914
textContent:
20-
"You may have noticed that the website is acting weird, or breaking a lot. This is normal for our new updates.",
21-
style: {
22-
fontWeight: "bold",
23-
fontSize: "1.05em",
24-
marginBottom: "1em",
25-
},
15+
"If the site feels a bit buggy or 'weird' right now, don't panic. I'm pushing some heavy core updates, and things usually get a little messy before they get better.",
16+
style: { fontWeight: "bold", fontSize: "1.05em", marginBottom: "1em" },
2617
},
2718
{
2819
element: "p",
2920
textContent:
30-
"This should fix after a while, and expect more updates from now on, since I've finally got my original GitHub back.",
31-
style: {
32-
fontWeight: "bold",
33-
fontSize: "1.05em",
34-
marginBottom: "1em",
35-
},
21+
"Expect things to smooth out soon. Now that I finally have access to my main GitHub again, I can actually push proper fixes and keep the updates rolling consistently.",
22+
style: { fontWeight: "bold", fontSize: "1.05em", marginBottom: "1em" },
3623
},
3724
];

0 commit comments

Comments
 (0)