Skip to content

Commit

Permalink
Update topic thumbnails (#420)
Browse files Browse the repository at this point in the history
* Use svg topic cords

* Remove topic jpg images

* Fix differential equation svg

* Change miscellaneous spelling

* Change topic grid aspect

* Remove misc topic from gallery
  • Loading branch information
3b1b committed Apr 28, 2024
1 parent 2b36815 commit 7f59a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/LessonGallery/index.js
Expand Up @@ -93,6 +93,7 @@ export default function LessonGallery({ show = "topic" }) {
{view === "topic" && (
<div className={styles.topicGrid}>
{topics.map((topic) => (
(topic.slug != "miscellaneous") &&
<TopicCard key={topic.slug} topic={topic} />
))}
</div>
Expand Down

0 comments on commit 7f59a51

Please sign in to comment.