Skip to content

Commit 67b84fc

Browse files
committed
Fix /insights as well
I forgor initially 💀
1 parent 90b6303 commit 67b84fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/Insights.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const Insights = () => {
5656
return (
5757
<>
5858
<Header title="Insights" subtitle="Insights into workspace sessions in your organization" />
59-
<div className="app-container pt-5">
59+
<div className="app-container pt-5 pb-8">
6060
<div
6161
className={classNames(
6262
"flex flex-col items-start space-y-3 justify-between",
@@ -142,7 +142,7 @@ export const Insights = () => {
142142
</ItemsList>
143143
</div>
144144

145-
<div className="mt-4 mb-8 flex flex-row justify-center">
145+
<div className="mt-4 flex flex-row justify-center">
146146
{hasNextPage ? (
147147
<LoadingButton
148148
variant="secondary"

0 commit comments

Comments
 (0)