File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export default function FindInterface() {
38
38
size = "lg"
39
39
cursor = "pointer"
40
40
icon = { faGraduationCap }
41
+ fixedWidth
41
42
/>
42
43
< Text color = { stdLightGrey } marginLeft = "15px" >
43
44
Education
@@ -49,6 +50,7 @@ export default function FindInterface() {
49
50
size = "lg"
50
51
cursor = "pointer"
51
52
icon = { faHeadphones }
53
+ fixedWidth
52
54
/>
53
55
< Text color = { stdLightGrey } marginLeft = "15px" >
54
56
Gaming
@@ -60,6 +62,7 @@ export default function FindInterface() {
60
62
size = "lg"
61
63
cursor = "pointer"
62
64
icon = { faCamera }
65
+ fixedWidth
63
66
/>
64
67
< Text color = { stdLightGrey } marginLeft = "15px" >
65
68
Movies & TV
@@ -71,6 +74,7 @@ export default function FindInterface() {
71
74
size = "lg"
72
75
cursor = "pointer"
73
76
icon = { faMusic }
77
+ fixedWidth
74
78
/>
75
79
< Text color = { stdLightGrey } marginLeft = "15px" >
76
80
Music
@@ -82,6 +86,7 @@ export default function FindInterface() {
82
86
size = "lg"
83
87
cursor = "pointer"
84
88
icon = { faHammer }
89
+ fixedWidth
85
90
/>
86
91
< Text color = { stdLightGrey } marginLeft = "15px" >
87
92
Politics
@@ -93,6 +98,7 @@ export default function FindInterface() {
93
98
size = "lg"
94
99
cursor = "pointer"
95
100
icon = { faBasketballBall }
101
+ fixedWidth
96
102
/>
97
103
< Text color = { stdLightGrey } marginLeft = "15px" >
98
104
Sports
@@ -104,6 +110,7 @@ export default function FindInterface() {
104
110
size = "lg"
105
111
cursor = "pointer"
106
112
icon = { faLaptopCode }
113
+ fixedWidth
107
114
/>
108
115
< Text color = { stdLightGrey } marginLeft = "15px" >
109
116
Technology
You can’t perform that action at this time.
0 commit comments