Skip to content

Commit 32ff4df

Browse files
committed
Callout visual tweaks
1 parent 20353f9 commit 32ff4df

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

website/src/components/Callout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const Callout = ({
5353
])}
5454
{...(props as ComponentPropsWithoutRef<'div'>)}
5555
>
56-
<div className="flex size-7 shrink-0 items-center justify-center">
56+
<div className="flex size-6 shrink-0 items-center justify-center">
5757
{variant === 'info' ? (
5858
<Lightbulb size={4} color="astro-500" alt={!title ? t('global.content.callout.note') : ''} />
5959
) : (
@@ -63,7 +63,7 @@ export const Callout = ({
6363
<div
6464
className={`
6565
text-body-xsmall flex-1
66-
first:*:text-white
66+
-:first:*:text-white
6767
mdx-[:is(p,ul,ol):not(:last-child,:is(ul,ol)_*)]:mb-3
6868
mdx-[ul,ol]:gap-1
6969
`}

website/src/supportedNetworks/index.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@ export function SupportedNetworksTable({
6060
return (
6161
<>
6262
<Callout variant="info" className="mb-6">
63-
{t('index.supportedNetworks.infoText')}{' '}
64-
<ExperimentalLink href="https://thegraph.com/docs/en/indexing/chain-integration-overview/">
65-
{t('index.supportedNetworks.infoLink')}
66-
</ExperimentalLink>
67-
.
63+
<p>
64+
{t('index.supportedNetworks.infoText')}{' '}
65+
<ExperimentalLink href="https://thegraph.com/docs/en/indexing/chain-integration-overview/">
66+
{t('index.supportedNetworks.infoLink')}
67+
</ExperimentalLink>
68+
.
69+
</p>
6870
</Callout>
6971

7072
<NetworkFilters

0 commit comments

Comments
 (0)