aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/sections/Research.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/landing/sections/Research.tsx')
-rw-r--r--src/components/landing/sections/Research.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/landing/sections/Research.tsx b/src/components/landing/sections/Research.tsx
index a295419..5f69d5e 100644
--- a/src/components/landing/sections/Research.tsx
+++ b/src/components/landing/sections/Research.tsx
@@ -33,7 +33,7 @@ function Topic({
33 children: ReactNode; 33 children: ReactNode;
34}) { 34}) {
35 return ( 35 return (
36 <div className={clsx('col', 'col-3', styles.topic)}> 36 <div className={clsx('col', 'col--3', styles.topic)}>
37 <div className={styles.topic__contents}> 37 <div className={styles.topic__contents}>
38 <div className={clsx(styles.topic__icon, style)}> 38 <div className={clsx(styles.topic__icon, style)}>
39 <Icon aria-hidden="true" size={128} weight="light" /> 39 <Icon aria-hidden="true" size={128} weight="light" />