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.
1 parent 786531c commit f1fb950Copy full SHA for f1fb950
assets/src/dashboard/parts/connected/index.js
@@ -123,7 +123,7 @@ const ConnectedLayout = ({
123
124
<div className="flex flex-col xl:flex-row mx-auto gap-5">
125
<div
126
- className="flex flex-col justify-between mt-8 xl:mb-5 p-0 transition-all ease-in-out duration-700 relative text-gray-700 grow"
+ className="flex flex-col mt-8 xl:mb-5 p-0 transition-all ease-in-out duration-700 relative text-gray-700 grow"
127
>
128
{ 'dashboard' === tab && <Dashboard /> }
129
0 commit comments