1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 18:35:00 +01:00

project tweaks

This commit is contained in:
Matthias Kretschmann 2019-11-07 23:24:50 +01:00
parent 71c43afd91
commit 8ccb95af98
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

View File

@ -36,12 +36,15 @@
- HTML - HTML
- SCSS - SCSS
- JavaScript - JavaScript
- TypeScript
- Travis - Travis
- AWS S3 - AWS S3
- Cloudflare - Cloudflare
- Ethereum
- Docker - Docker
- Kubernetes - Kubernetes
- Cypress - Cypress
- IPFS
- title: IPDB - title: IPDB
slug: /ipdb/ slug: /ipdb/

View File

@ -14,7 +14,7 @@ export default class ProjectImage extends PureComponent {
return ( return (
<Img <Img
className={styles.projectImage} className={styles.projectImage}
backgroundColor="#6b7f88" backgroundColor="transparent"
fluid={this.props.fluid} fluid={this.props.fluid}
alt={this.props.alt} alt={this.props.alt}
/> />