Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arcestia committed Nov 27, 2024
1 parent 919ad06 commit cfe0648
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/data/external-links.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import { ExternalLink } from '../types/links'

export const externalLinks: ExternalLink[] = [
{
type: 'external' as const,
title: 'Fatal Force database',
url: 'https://www.washingtonpost.com/graphics/investigations/police-shootings-database/',
source: 'The Washington Post',
date: '2022-12-01',
},
// Example of another external link
{
type: 'external' as const,
title: 'The AI Dilemma',
url: 'https://www.nature.com/articles/d41586-023-00288-7',
source: 'Nature',
date: '2023-01-15',
}
// {
// type: 'external' as const,
// title: 'Fatal Force database',
// url: 'https://www.washingtonpost.com/graphics/investigations/police-shootings-database/',
// source: 'The Washington Post',
// date: '2022-12-01',
// },
// // Example of another external link
// {
// type: 'external' as const,
// title: 'The AI Dilemma',
// url: 'https://www.nature.com/articles/d41586-023-00288-7',
// source: 'Nature',
// date: '2023-01-15',
// }
]

0 comments on commit cfe0648

Please sign in to comment.