-

+
CSS Snippet
@@ -557,11 +557,11 @@ const Landing = ({ setOpen, user, setUser }) => {
-
-
-
-
-
+ GitHub
+ Twitter
+ Linkedin
+ Youtube
+ Email
TryShape is an opensource project developed by Tapas Adhikary and friends.
diff --git a/components/utils/ShapeList.js b/components/utils/ShapeList.js
index 8eca12d..199110d 100644
--- a/components/utils/ShapeList.js
+++ b/components/utils/ShapeList.js
@@ -116,7 +116,7 @@ const ShapeActions = styled.div`
justify-content: space-between;
`;
-const ShapeName = styled.h4`
+const ShapeName = styled.h2`
display: flex;
justify-content: flex-start;
align-items: center;
@@ -163,7 +163,7 @@ const ShapeCreditsOwner = styled.div`
const ShapeCreditsDate = styled.small`
margin-top: 0.3rem;
font-size: var(--fs-sm);
- color: var(--color-neutral-50);
+ color: var(--color-neutral-60);
line-height: 1;
`;
diff --git a/pages/_document.js b/pages/_document.js
index ca99567..0450dc9 100644
--- a/pages/_document.js
+++ b/pages/_document.js
@@ -21,7 +21,7 @@ export default class MyDocument extends Document {
render() {
return (
-
+
{/* Step 5: Output the styles in the head */}
{this.props.styleTags}