Skip to content

Commit

Permalink
Remove duplicate guides icon from <Ecosystem>
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 24, 2023
1 parent 38df302 commit 820d26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Ecosystem/Ecosystem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function Ecosystem() {
return (
<div className={styles.Ecosystem}>
<ProjectsPanel
projects={[PROJECT_GUIDES, ...PRODUCTION_PROJECTS]}
projects={PRODUCTION_PROJECTS}
activeProjectId={PROJECT_GUIDES.id}
theme={Theme.LIGHT}
toggleStyle={{
Expand Down

0 comments on commit 820d26d

Please sign in to comment.