We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/insights
1 parent 90b6303 commit 67b84fcCopy full SHA for 67b84fc
components/dashboard/src/Insights.tsx
@@ -56,7 +56,7 @@ export const Insights = () => {
56
return (
57
<>
58
<Header title="Insights" subtitle="Insights into workspace sessions in your organization" />
59
- <div className="app-container pt-5">
+ <div className="app-container pt-5 pb-8">
60
<div
61
className={classNames(
62
"flex flex-col items-start space-y-3 justify-between",
@@ -142,7 +142,7 @@ export const Insights = () => {
142
</ItemsList>
143
</div>
144
145
- <div className="mt-4 mb-8 flex flex-row justify-center">
+ <div className="mt-4 flex flex-row justify-center">
146
{hasNextPage ? (
147
<LoadingButton
148
variant="secondary"
0 commit comments