We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842200b commit fcf52acCopy full SHA for fcf52ac
apps/sim/app/(landing)/components/footer/footer.tsx
@@ -109,7 +109,7 @@ export default function Footer({ fullWidth = false }: FooterProps) {
109
{FOOTER_BLOCKS.map((block) => (
110
<Link
111
key={block}
112
- href={`https://docs.sim.ai/blocks/${block.toLowerCase().replace(' ', '-')}`}
+ href={`https://docs.sim.ai/blocks/${block.toLowerCase().replaceAll(' ', '-')}`}
113
target='_blank'
114
rel='noopener noreferrer'
115
className='text-[14px] text-muted-foreground transition-colors hover:text-foreground'
0 commit comments