Skip to content

Commit 69a3231

Browse files
authored
Merge pull request #42 from cjdenio/master
Make FindInterface icons line up
2 parents 95940c5 + f36bf9d commit 69a3231

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/organisms/FindInterface.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default function FindInterface() {
3838
size="lg"
3939
cursor="pointer"
4040
icon={faGraduationCap}
41+
fixedWidth
4142
/>
4243
<Text color={stdLightGrey} marginLeft="15px">
4344
Education
@@ -49,6 +50,7 @@ export default function FindInterface() {
4950
size="lg"
5051
cursor="pointer"
5152
icon={faHeadphones}
53+
fixedWidth
5254
/>
5355
<Text color={stdLightGrey} marginLeft="15px">
5456
Gaming
@@ -60,6 +62,7 @@ export default function FindInterface() {
6062
size="lg"
6163
cursor="pointer"
6264
icon={faCamera}
65+
fixedWidth
6366
/>
6467
<Text color={stdLightGrey} marginLeft="15px">
6568
Movies & TV
@@ -71,6 +74,7 @@ export default function FindInterface() {
7174
size="lg"
7275
cursor="pointer"
7376
icon={faMusic}
77+
fixedWidth
7478
/>
7579
<Text color={stdLightGrey} marginLeft="15px">
7680
Music
@@ -82,6 +86,7 @@ export default function FindInterface() {
8286
size="lg"
8387
cursor="pointer"
8488
icon={faHammer}
89+
fixedWidth
8590
/>
8691
<Text color={stdLightGrey} marginLeft="15px">
8792
Politics
@@ -93,6 +98,7 @@ export default function FindInterface() {
9398
size="lg"
9499
cursor="pointer"
95100
icon={faBasketballBall}
101+
fixedWidth
96102
/>
97103
<Text color={stdLightGrey} marginLeft="15px">
98104
Sports
@@ -104,6 +110,7 @@ export default function FindInterface() {
104110
size="lg"
105111
cursor="pointer"
106112
icon={faLaptopCode}
113+
fixedWidth
107114
/>
108115
<Text color={stdLightGrey} marginLeft="15px">
109116
Technology

0 commit comments

Comments
 (0)