New design, new icons and license added

This commit is contained in:
pheralb
2022-02-18 17:19:05 +00:00
parent 2aa52b1143
commit 6d2bb21c3c
24 changed files with 1796 additions and 2633 deletions
+8 -1
View File
@@ -18,7 +18,14 @@ import { Algolia } from "components/svg";
const AutocompleteItem = ({ id, title, href, url }) => {
return (
<>
<Box w="100%" id={id} borderWidth="1px" roundedTop={3} mt="3">
<Box
w="100%"
id={id}
borderWidth="1px"
borderRadius="10px"
roundedTop={3}
mt="3"
>
<Box py={12} px={6}>
<Center>
<Image src={href} alt={title} boxSize="60px" mb="3" />
-11
View File
@@ -1,11 +0,0 @@
import React from 'react'
const WithModal = () => {
return (
<>
</>
)
}
export default WithModal