Skip to content

Commit d5a5cbc

Browse files
committed
Small drive-by for insights export toast
Tool: gitpod/catfood.gitpod.cloud
1 parent 6ccb419 commit d5a5cbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dashboard/src/insights/download/DownloadInsights.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ export const DownloadInsightsToast = ({ organizationId, from, to, organizationNa
5353
return (
5454
<div>
5555
<span>Preparing usage export</span>
56-
Exporting page {progress}
56+
<br />
57+
<span className="text-sm">Exporting page {progress}</span>
5758
</div>
5859
);
5960
}

0 commit comments

Comments
 (0)