Skip to content

Commit

Permalink
[fix] Re-enabled plugin section in home page (#2400)
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Macri <[email protected]>
  • Loading branch information
macrigiuseppe authored Oct 24, 2023
1 parent 81a6e1f commit e47ccc0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@ powerful geospatial analytics and visualization tool, with new features and upda
icon: fsqCdnUrl('fsqlogo.png'),
isDark: true
},
// {
// id: 'ecosystems',
// title: 'Ecosystem',
// description: 'A collection of kepler.gl plugins built for common data analytics tools',
// icon: fsqCdnUrl('ecosystem.png'),
// isDark: true
// },
{
id: 'examples',
title: 'See What People Created',
description: 'See what others have been creating with Kepler.gl.',
icon: cdnUrl('icons/examples.png'),
background: cdnUrl('examples/section-background.png')
},
{
id: 'ecosystems',
title: 'Ecosystem',
description: 'A collection of kepler.gl plugins built for common data analytics tools',
icon: fsqCdnUrl('ecosystem.png'),
isDark: true
},
{
id: 'tutorials',
title: 'Getting Started',
Expand Down

0 comments on commit e47ccc0

Please sign in to comment.