Skip to content

Commit

Permalink
add back subtitle on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
skaplan-dev committed Jul 9, 2023
1 parent d6d9065 commit e2687d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dashboard/WidgetTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const WidgetTitle: React.FC<WidgetTitle> = ({
</h2>
{isMobile && <p className="text-xs italic text-stone-700">{date}</p>}
</div>
{subtitle && !isMobile && (
{subtitle && (
<h2
className={classNames('whitespace-nowrap text-sm italic leading-tight text-stone-600')}
>
Expand Down

0 comments on commit e2687d8

Please sign in to comment.