mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Design improvements
This commit is contained in:
+5
-5
@@ -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
@@ -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>
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user