kopia lustrzana https://github.com/bugout-dev/moonstream
improvements
rodzic
4ff5da9fcb
commit
56b82c9a19
|
@ -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}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Ładowanie…
Reference in New Issue