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

Wyświetl plik

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