Skip to content

Commit

Permalink
increase itheum dashboard widget heading font size
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Feb 16, 2024
1 parent 47c82b3 commit 176e9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/itheum/src/widgets/DashboardWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function DashboardWidget(props: WidgetRootProps) {

return (
<section>
<h2 className={clsx(Theme.TextSize.Large)}>Data Coalition</h2>
<h2 className={clsx(Theme.TextSize.Huge)}>Data Coalition</h2>
<p className="mb-2">
Delegate your data and engage with {props.config.entity.name}, powered by the{' '}
<a href={Config.Urls.Web} target="_blank" rel="noopener">
Expand Down

0 comments on commit 176e9bb

Please sign in to comment.