Skip to content

Commit

Permalink
web: Add LSE to chapters list
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Dec 22, 2024
1 parent b071bb9 commit 44d5cdc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/web/src/pages/chapters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,15 @@ const CHAPTERS: Chapter[] = [
longitude: -1.5615,
},
},
{
id: '01HNHBX2P4KX4H6VE8XZ5ZQ7WJ',
name: 'London School of Economics (LSE)',
href: '/lse/',
location: {
latitude: 51.5144,
longitude: -0.1165,
},
},
];

const ChaptersPage = () => (
Expand Down

0 comments on commit 44d5cdc

Please sign in to comment.