pull/564/head
Tim Pechersky 2022-03-15 21:42:31 +00:00
rodzic 4ff5da9fcb
commit 56b82c9a19
2 zmienionych plików z 4 dodań i 10 usunięć

Wyświetl plik

@ -617,7 +617,7 @@ const Homepage = () => {
scale={1.5} scale={1.5}
name="orangedao" name="orangedao"
ImgURL={assets["orangedao"]} ImgURL={assets["orangedao"]}
boxURL="https://game7.io/" boxURL="https://lfg.orangedao.xyz/"
/> />
<TrustedBadge <TrustedBadge
scale={1.5} scale={1.5}
@ -894,7 +894,7 @@ const Homepage = () => {
scale={1.5} scale={1.5}
name="bc101" name="bc101"
ImgURL={assets["bc101"]} ImgURL={assets["bc101"]}
boxURL="https://blockchain101.com/courses/" boxURL="https://blockchain101.com/"
/> />
<TrustedBadge <TrustedBadge
scale={1.5} scale={1.5}

Wyświetl plik

@ -11,14 +11,8 @@ const TrustedBadge = ({
}) => { }) => {
const _scale = scale ?? 1; const _scale = scale ?? 1;
return ( return (
<LinkBox <LinkBox m={2}>
bgColor={"blue.300"} <LinkOverlay href={boxURL} isExternal>
borderRadius="md"
transition="1s"
_hover={{ transform: "scale(1.05)", transition: "1s" }}
m={2}
>
<LinkOverlay href={boxURL}>
<Flex <Flex
m={1} m={1}
justifyContent="center" justifyContent="center"