mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
New svgs, bug fixes & new design page
This commit is contained in:
+4
-5
@@ -1,8 +1,7 @@
|
||||
import { chakra, Box, Container, Text, Flex, Icon } from "@chakra-ui/react";
|
||||
import { chakra, Box } from "@chakra-ui/react";
|
||||
import Search from "components/search";
|
||||
import Items from "components/items/all";
|
||||
import Show from "animations/show";
|
||||
import { rocket } from "components/svg";
|
||||
import Loader from "animations/loader";
|
||||
|
||||
export default function Index() {
|
||||
return (
|
||||
@@ -10,9 +9,9 @@ export default function Index() {
|
||||
<Box mt="6">
|
||||
<Box w="full" border="solid 1px transparent">
|
||||
<chakra.h1
|
||||
fontSize={{ base: "25px", sm: "35px", md: "6xl" }}
|
||||
textAlign="center"
|
||||
fontSize={{ base: "25px", sm: "35px", md: "5xl", lg: "6xl" }}
|
||||
letterSpacing="tight"
|
||||
textAlign="center"
|
||||
lineHeight="short"
|
||||
fontWeight="extrabold"
|
||||
mb="3"
|
||||
|
||||
Reference in New Issue
Block a user