diff --git a/src/components/custom-blocks/page-reference.tsx b/src/components/custom-blocks/page-reference.tsx index b19d426b..77b06621 100644 --- a/src/components/custom-blocks/page-reference.tsx +++ b/src/components/custom-blocks/page-reference.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Box, Flex, BoxProps, color, Grid, space } from '@stacks/ui'; +import { Box, Flex, BoxProps, color, Grid, space, StxInline } from '@stacks/ui'; import { BlockstackLogo } from '@components/icons/blockstack-logo'; import { StackIcon } from '@components/icons/stack'; import { SitemapIcon } from '@components/icons/sitemap'; @@ -227,7 +227,11 @@ const GridCard: React.FC = React.memo(({ page, ...res const getIcon = (icon: string) => { switch (icon) { case 'BlockstackIcon': - return (p: BoxProps) => ; + return (p: BoxProps) => ( + + + + ); case 'StacksIcon': return (p: BoxProps) => (