diff --git a/app/styles/dashboard.module.scss b/app/styles/dashboard.module.scss index 0cd64158d93..7f926d9a210 100644 --- a/app/styles/dashboard.module.scss +++ b/app/styles/dashboard.module.scss @@ -87,16 +87,16 @@ &:last-of-type { border: none; } +} - .version { - composes: small from './shared/typography.module.scss'; - } +.feed-version { + composes: small from './shared/typography.module.scss'; +} - .date { - composes: small from './shared/typography.module.scss'; - flex-grow: 1; - text-align: right; - } +.feed-date { + composes: small from './shared/typography.module.scss'; + flex-grow: 1; + text-align: right; } .info { diff --git a/app/templates/dashboard.hbs b/app/templates/dashboard.hbs index a0e0220a97d..4982224d1e2 100644 --- a/app/templates/dashboard.hbs +++ b/app/templates/dashboard.hbs @@ -51,9 +51,9 @@