Skip to content

Commit ca5a454

Browse files
committed
Update index.js
Move Fathom to the first logo
1 parent 55e36c5 commit ca5a454

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pages/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ import DMALogo from '../images/partners/ucla-dma.svg';
2222
import FathomLogo from '../images/partners/fathom.svg';
2323

2424
const partners = [
25+
{
26+
name: 'Fathom',
27+
url: 'https://fathom.info/',
28+
width: '29%',
29+
Logo: FathomLogo
30+
},
2531
{
2632
name: 'UCLA Design Media Arts',
2733
url: 'http://dma.ucla.edu/',
@@ -34,12 +40,6 @@ const partners = [
3440
width: '20%',
3541
Logo: 'itp'
3642
},
37-
{
38-
name: 'Fathom',
39-
url: 'https://fathom.info/',
40-
width: '29%',
41-
Logo: FathomLogo
42-
},
4343
{
4444
name: 'Design Systems International',
4545
url: 'https://designsystems.international/',

0 commit comments

Comments
 (0)