diff --git a/components/core/Landing.js b/components/core/Landing.js index 58a541d..5aac0fd 100644 --- a/components/core/Landing.js +++ b/components/core/Landing.js @@ -428,7 +428,7 @@ const Landing = ({ setOpen, user, setUser }) => { return(
-
TryShape
+ TryShape @@ -523,7 +523,7 @@ const Landing = ({ setOpen, user, setUser }) => {
- + Icon for SVG File Type

SVG

@@ -533,7 +533,7 @@ const Landing = ({ setOpen, user, setUser }) => {

- + Icon for PNG and JPG File Types

PNG and JPEG

@@ -543,7 +543,7 @@ const Landing = ({ setOpen, user, setUser }) => {

- + Icon for CSS Snippets

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}