File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
apps/docs/src/components/WebsiteSearch Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ import BugReportIcon from "@react-md/material-icons/BugReportIcon";
55import ColorLensIcon from "@react-md/material-icons/ColorLensIcon" ;
66import DownloadIcon from "@react-md/material-icons/DownloadIcon" ;
77import EditDocumentIcon from "@react-md/material-icons/EditDocumentIcon" ;
8+ import GridOnIcon from "@react-md/material-icons/GridOnIcon" ;
9+ import InterestsIcon from "@react-md/material-icons/InterestsIcon" ;
810import LaunchIcon from "@react-md/material-icons/LaunchIcon" ;
911import { type ReactElement , type ReactNode } from "react" ;
1012
@@ -17,6 +19,16 @@ interface LinkConfig {
1719}
1820
1921const RECOMMENDATIONS : readonly LinkConfig [ ] = [
22+ {
23+ href : "/components/material-icons-and-symbols" ,
24+ leftAddon : < InterestsIcon /> ,
25+ children : "Material Icons and Symbols" ,
26+ } ,
27+ {
28+ href : "/components/box" ,
29+ leftAddon : < GridOnIcon /> ,
30+ children : "Grid and Box Component" ,
31+ } ,
2032 {
2133 href : "/getting-started/installation" ,
2234 leftAddon : < DownloadIcon /> ,
You can’t perform that action at this time.
0 commit comments