abstractalgo / rosetta

A Rosetta stone for software development - learn by comparing different technologies
https://rosetta-directory.vercel.app/
Creative Commons Attribution 4.0 International
4 stars 1 forks source link

Add icons for technologies #10

Closed abstractalgo closed 2 years ago

abstractalgo commented 2 years ago

Add icons for technologies and show them alongside labels within dropdown pickers and buttons.

const TopicMeta: Record<
  string,
  {
    label: string;
    description?: ReactNode;
+   icon: string // path to an icon image
  }
 > = ...
abstractalgo commented 2 years ago

Done as part of https://github.com/abstractalgo/rosetta/commit/db1bfd0f0222ad6780e9f7dd3128d0e4c22cc49c