Skip to content

Commit a4b7941

Browse files
committedNov 10, 2021
fix: Harmonize title variant
1 parent d9aadbd commit a4b7941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/cozy-harvest-lib/src/datacards/GeoDataCard.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const GeoDataCard = ({ trips, loading, konnector }) => {
214214
return (
215215
<Card className="u-ph-0 u-pb-0 u-ov-hidden">
216216
<div className="u-ph-1 u-mb-half">
217-
<Typography variant="h5">{t('datacards.trips.title')}</Typography>
217+
<Typography variant="h6">{t('datacards.trips.title')}</Typography>
218218
<Typography variant="caption">
219219
{t('datacards.trips.caption', { konnectorName: konnector.name })}
220220
</Typography>

0 commit comments

Comments
 (0)