Skip to content

Commit 6983825

Browse files
committed
Add CARFAX to featured users
1 parent d78d024 commit 6983825

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

assets/logos/carfax.png

2.83 KB
Loading

src/pages/home.elm

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,13 @@ userSection =
249249
"https://circuithub.com/"
250250
"png"
251251
, company
252-
"Beautiful Destinations"
253-
"http://www.beautifuldestinations.com/"
254-
"svg"
255-
, company
256-
"Prezi"
257-
"https://prezi.com/"
252+
"Carfax"
253+
"https://www.carfax.com/"
258254
"png"
255+
, company
256+
"Futurice"
257+
"http://futurice.com/blog/elm-in-the-real-world"
258+
"svg"
259259
, company
260260
"Gizra"
261261
"http://www.gizra.com/content/thinking-choosing-elm/"
@@ -265,8 +265,12 @@ userSection =
265265
"https://truqu.com/"
266266
"png"
267267
, company
268-
"Futurice"
269-
"http://futurice.com/blog/elm-in-the-real-world"
268+
"Prezi"
269+
"https://prezi.com/"
270+
"png"
271+
, company
272+
"Beautiful Destinations"
273+
"http://www.beautifuldestinations.com/"
270274
"svg"
271275
]
272276
]

0 commit comments

Comments
 (0)