Design improvements

This commit is contained in:
pheralb
2022-02-19 14:04:44 +00:00
parent 6d2bb21c3c
commit b7a13a81df
8 changed files with 83 additions and 86 deletions
+5 -5
View File
@@ -18,21 +18,21 @@ function MyApp({ Component, pageProps }) {
return (
<>
<Head>
<title>iconr - Beautiful SVG vector icons</title>
<title>SVGParty - Beautiful SVG vector logos</title>
<meta name="description" content="SVGs for everyone, totally free" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="iconr - Beautiful SVG vector icons"
content="SVGParty - Beautiful SVG logos"
/>
<meta property="og:url" content="https://iconr.vercel.app/" />
<meta property="og:url" content="https://svgparty.vercel.app/" />
<meta
property="og:description"
content="Beautiful SVG vector icons. Free and open source."
content="Beautiful SVG logos. Free and open source."
/>
<meta
property="og:image"
content="https://iconr.vercel.app/images/banner.png"
content="https://svgparty.vercel.app/images/banner.png"
/>
<meta name="keywords" content="svg,vector,logo,logos,download" />
<meta content="#16161a" name="theme-color" />
+5 -5
View File
@@ -1,4 +1,4 @@
import { chakra, Box, Container } from "@chakra-ui/react";
import { chakra, Box, Container, Text } from "@chakra-ui/react";
import Search from "components/search";
import Items from "components/items/all";
import Show from "animations/show";
@@ -17,13 +17,13 @@ export default function Index() {
fontWeight="extrabold"
mb={{ base: 4, md: 8 }}
>
Beautiful SVG vector icons
Beautiful SVG vector logos
</chakra.h1>
</Show>
<Search />
<Box mt={{ base: 4, md: 8 }}>
<Items />
</Box>
</Box>
<Box mt={{ base: 4, md: 8 }}>
<Items />
</Box>
</Box>
</Box>
+1 -1
View File
@@ -43,7 +43,7 @@ export default function Icon() {
return (
<>
<Head>
<title>{data.title} - iconr</title>
<title>{data.title} - SVGParty</title>
</Head>
<Show delay="0">
<Container