Beam: remove link

This commit is contained in:
Enrico Ros
2024-04-02 01:29:23 -07:00
parent 41b1951abe
commit 0b22165d2a
+9 -10
View File
@@ -9,7 +9,6 @@ import { Link } from '~/common/components/Link';
export const beamReleaseDate = '2024-04-01T22:00:00Z';
export const beamBlogUrl = 'https://big-agi.com/blog/beam-multi-model-ai-reasoning/';
export const beamHNUrl = 'https://news.ycombinator.com/item?id=39900360';
export const beamNewsCallout =
<Card variant='solid' invertedColors>
@@ -22,7 +21,7 @@ export const beamNewsCallout =
{/*Beam is a world-first, multi-model AI chat modality. By combining the strenghts of diverse LLMs, Beam allows you to find better answers, faster.*/}
</Typography>
<Grid container spacing={1}>
<Grid xs={12} sm={6}>
<Grid xs={12} sm={7}>
<Button
fullWidth variant='soft' color='primary' endDecorator={<LaunchIcon />}
component={Link} href={beamBlogUrl} noLinkStyle target='_blank'
@@ -30,14 +29,14 @@ export const beamNewsCallout =
Blog
</Button>
</Grid>
<Grid xs={12} sm={6} sx={{ display: 'flex', flexAlign: 'center', justifyContent: 'center' }}>
<Button
fullWidth variant='outlined' color='primary' startDecorator={<ThumbUpRoundedIcon />}
// endDecorator={<LaunchIcon />}
component={Link} href={beamHNUrl} noLinkStyle target='_blank'
>
on Hackernews 🙏
</Button>
<Grid xs={12} sm={5} sx={{ display: 'flex', flexAlign: 'center', justifyContent: 'center' }}>
{/*<Button*/}
{/* fullWidth variant='outlined' color='primary' startDecorator={<ThumbUpRoundedIcon />}*/}
{/* // endDecorator={<LaunchIcon />}*/}
{/* component={Link} href={beamHNUrl} noLinkStyle target='_blank'*/}
{/*>*/}
{/* on Hackernews 🙏*/}
{/*</Button>*/}
</Grid>
</Grid>
</CardContent>