Skip to content

Commit c93e9cf

Browse files
authored
fix: hotfixes after release (#71)
1 parent 829b20e commit c93e9cf

16 files changed

+116
-15
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55

66
node_modules
77
.DS_Store
8+
9+
.vercel
Lines changed: 28 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"dependencies": {
3030
"color.js": "^1.1.0",
3131
"goober": "^2.0.19-next.1",
32+
"goober-autoprefixer": "^1.2.1",
3233
"ioredis": "^4.19.4",
3334
"next": "10.0.0",
3435
"next-plugin-preact": "^3.0.3",
84.5 KB
Binary file not shown.
41.8 KB
Binary file not shown.
84.5 KB
Binary file not shown.
41.7 KB
Binary file not shown.
-56.2 KB
Binary file not shown.

public/preview.png

947 Bytes
Loading

src/components/Bio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Container = styled('div')`
1111
margin-top: 1.6em;
1212
1313
& .dynamic {
14-
font-weight: 450;
14+
font-weight: 500;
1515
}
1616
`;
1717

0 commit comments

Comments
 (0)