We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e36c5 commit ca5a454Copy full SHA for ca5a454
src/pages/index.js
@@ -22,6 +22,12 @@ import DMALogo from '../images/partners/ucla-dma.svg';
22
import FathomLogo from '../images/partners/fathom.svg';
23
24
const partners = [
25
+ {
26
+ name: 'Fathom',
27
+ url: 'https://fathom.info/',
28
+ width: '29%',
29
+ Logo: FathomLogo
30
+ },
31
{
32
name: 'UCLA Design Media Arts',
33
url: 'http://dma.ucla.edu/',
@@ -34,12 +40,6 @@ const partners = [
34
40
width: '20%',
35
41
Logo: 'itp'
36
42
},
37
- {
38
- name: 'Fathom',
39
- url: 'https://fathom.info/',
- width: '29%',
- Logo: FathomLogo
- },
43
44
name: 'Design Systems International',
45
url: 'https://designsystems.international/',
0 commit comments