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";
5
5
import ColorLensIcon from "@react-md/material-icons/ColorLensIcon" ;
6
6
import DownloadIcon from "@react-md/material-icons/DownloadIcon" ;
7
7
import 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" ;
8
10
import LaunchIcon from "@react-md/material-icons/LaunchIcon" ;
9
11
import { type ReactElement , type ReactNode } from "react" ;
10
12
@@ -17,6 +19,16 @@ interface LinkConfig {
17
19
}
18
20
19
21
const 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
+ } ,
20
32
{
21
33
href : "/getting-started/installation" ,
22
34
leftAddon : < DownloadIcon /> ,
You can’t perform that action at this time.
0 commit comments