|
1 | 1 | module.exports = [ |
2 | 2 | { |
3 | 3 | 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" }, |
10 | 6 | }, |
11 | 7 | { |
12 | 8 | 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.", |
16 | 11 | }, |
17 | 12 | { |
18 | 13 | element: "p", |
19 | 14 | 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" }, |
26 | 17 | }, |
27 | 18 | { |
28 | 19 | element: "p", |
29 | 20 | 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" }, |
36 | 23 | }, |
37 | 24 | ]; |
0 commit comments