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