Skip to content

Commit

Permalink
Fix /insights as well
Browse files Browse the repository at this point in the history
I forgor initially 💀
  • Loading branch information
filiptronicek committed Dec 16, 2024
1 parent 5474c7d commit 0ae6ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/dashboard/src/Insights.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const Insights = () => {
return (
<>
<Header title="Insights" subtitle="Insights into workspace sessions in your organization" />
<div className="app-container pt-5">
<div className="app-container pt-5 pb-8">
<div
className={classNames(
"flex flex-col items-start space-y-3 justify-between",
Expand Down Expand Up @@ -142,7 +142,7 @@ export const Insights = () => {
</ItemsList>
</div>

<div className="mt-4 mb-8 flex flex-row justify-center">
<div className="mt-4 flex flex-row justify-center">
{hasNextPage ? (
<LoadingButton
variant="secondary"
Expand Down

0 comments on commit 0ae6ad8

Please sign in to comment.