Skip to content

Commit

Permalink
Update frontpage suggestions.
Browse files Browse the repository at this point in the history
I still think ideally the title should be fetched from the page
directlly and not specified here
  • Loading branch information
LeMurphant committed Aug 29, 2024
1 parent d18f92a commit 6dbd946
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/components/ContentBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ export const ContentBoxSecond = () => {
<ListTable
sameTab
elements={[
{title: 'Why can’t we just use Asimov’s Three Laws of Robotics?', pageid: '6224'},
{
title: 'Why would misaligned AI pose a threat that we can’t deal with?',
pageid: 'MNAK',
title: 'Why can’t we just turn the AI off if it starts to misbehave?',
pageid: '5611',
className: 'desktop-only',
},
{title: 'Isn’t the real concern with AI something else?', pageid: '1001'},
{title: 'Isn’t the real concern technological unemployment?', pageid: '6412'},
{title: 'Will AI be able to think faster than humans?', pageid: '8E41'}
]}
/>
</ContentBox>
Expand Down

0 comments on commit 6dbd946

Please sign in to comment.