1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-26 03:06:39 +02:00
This commit is contained in:
Matthias Kretschmann 2018-04-23 22:08:09 +02:00
parent 63b6f2cfe4
commit c367f45bff
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 2 additions and 3 deletions

View File

@ -31,7 +31,7 @@
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-plugin-compat": "^2.2.0",
"eslint-plugin-graphql": "^1.5.0",
"eslint-plugin-graphql": "^2.1.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"prettier": "^1.12.1",

View File

@ -22,8 +22,7 @@ const Header = ({ meta, isHomepage }) => {
</Link>
</FadeIn>
<Social meta={meta} minimal={!isHomepage} hide={!isHomepage} />
<Social meta={meta} hide={!isHomepage} />
<Availability meta={meta} hide={!isHomepage} />
</header>
)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 298 KiB

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 860 KiB

After

Width:  |  Height:  |  Size: 797 KiB