Skip to content

Commit e1070bb

Browse files
committed
bump Outbrain icon in UIGuide
1 parent 01f1716 commit e1070bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-guide/Components/Icons.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ component =
6464
, Tuple "Google" $ Icon.google [ css "text-google-blue" ]
6565
, Tuple "Instagram" $ Icon.instagram [ css "text-instagram-purple" ]
6666
, Tuple "LinkedIn" $ Icon.linkedIn [ css "text-linkedin-blue" ]
67+
, Tuple "Outbrain" $ Icon.outbrain [ css "text-outbrain-orange" ]
6768
, Tuple "Pinterest" $ Icon.pinterest [ css "text-pinterest-red" ]
6869
, Tuple "Reddit" $ Icon.reddit [ css "text-reddit-orange" ]
6970
, Tuple "Snapchat" $ Icon.snapchat_
7071
, Tuple "Taboola" $ Icon.taboola [ css "text-taboola-blue" ]
7172
, Tuple "Tiktok" $ Icon.tiktok [ css "text-tiktok-green" ]
7273
, Tuple "Twitter" $ Icon.twitter [ css "text-twitter-blue" ]
7374
, Tuple "Youtube" $ Icon.youtube [ css "text-youtube-red" ]
74-
, Tuple "Outbrain" $ Icon.outbrain [ css "text-outbrain-orange" ]
7575
]
7676
)
7777
]

0 commit comments

Comments
 (0)