Skip to content

Commit a789a47

Browse files
committed
* Added donation information
* Dependency upgrades * Removed DigitalOcean links
1 parent 40b7269 commit a789a47

File tree

4 files changed

+235
-272
lines changed

4 files changed

+235
-272
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@
1616
"dependencies": {
1717
"@emotion/react": "^11.9.0",
1818
"@emotion/styled": "^11.8.1",
19-
"@mui/icons-material": "^5.8.0",
20-
"@mui/material": "^5.8.1",
19+
"@mui/icons-material": "^5.8.2",
20+
"@mui/material": "^5.8.2",
2121
"axios": "^0.27.2",
22-
"gatsby": "^4.15.1",
22+
"gatsby": "^4.15.2",
2323
"gatsby-plugin-catch-links": "^4.15.0",
2424
"gatsby-plugin-google-gtag": "^4.15.0",
25-
"gatsby-plugin-image": "^2.15.0",
25+
"gatsby-plugin-image": "^2.15.1",
2626
"gatsby-plugin-react-helmet": "^5.15.0",
2727
"gatsby-plugin-robots-txt": "^1.7.1",
28-
"gatsby-plugin-sharp": "^4.15.0",
29-
"gatsby-plugin-sitemap": "^5.15.0",
30-
"gatsby-remark-images": "^6.15.0",
28+
"gatsby-plugin-sharp": "^4.15.1",
29+
"gatsby-plugin-sitemap": "^5.15.1",
30+
"gatsby-remark-images": "^6.15.1",
3131
"gatsby-source-filesystem": "^4.15.0",
3232
"gatsby-theme-material-ui": "^5.2.0",
33-
"gatsby-transformer-remark": "^5.15.0",
34-
"gatsby-transformer-sharp": "^4.15.0",
33+
"gatsby-transformer-remark": "^5.15.1",
34+
"gatsby-transformer-sharp": "^4.15.1",
3535
"react": "^18.1.0",
3636
"react-dom": "^18.1.0",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.16.0",
40+
"eslint": "^8.17.0",
4141
"eslint-config-airbnb": "^19.0.4",
4242
"eslint-plugin-import": "^2.26.0",
4343
"eslint-plugin-jsx-a11y": "^6.5.1",

src/markdown/blog/2021/02/02/new-layout.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ instance!
2424

2525
You can find the source code of this very website here: [GitHub](https://github.com/CodeDead/codedead.com)
2626

27-
## Hosting
28-
29-
![DigitalOcean](https://images.prismic.io/www-static/49aa0a09-06d2-4bba-ad20-4bcbe56ac507_logo.png?auto=compress,format)
30-
31-
We are currently hosting this website on [DigitalOcean](https://digitalocean.com). If you want to host your own website(s), feel free to sign-up using our referral link.
32-
If you use our referral link, you will receive $100 USD in credit to set up your own droplets!
33-
34-
[Sign up here](https://m.do.co/c/6ab122f4a392)
35-
3627
## Other
3728

3829
Some functionalities might still be missing at the time of this post, but bear with us while we update and improve the site and our server even further!

src/pages/donate/index.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@ const Donate = () => {
186186
<TableCell>Ron Rooker</TableCell>
187187
<TableCell>€5.00</TableCell>
188188
</TableRow>
189+
<TableRow>
190+
<TableCell>03/05/2022</TableCell>
191+
<TableCell>Anonymous</TableCell>
192+
<TableCell>0.04345 EGLD</TableCell>
193+
</TableRow>
189194
</TableBody>
190195
</Table>
191196
</TableContainer>

0 commit comments

Comments
 (0)