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 6b5b157 commit ca854fcCopy full SHA for ca854fc
components/dashboard/src/workspaces/Workspaces.tsx
@@ -175,11 +175,10 @@ const WorkspacesPage: FunctionComponent = () => {
175
onClick={() => toggleGettingStarted(!showGettingStarted)}
176
className="p-2"
177
>
178
- <div className="flex flex-row justify-end items-center gap-2">
+ <div className="flex flex-row items-center gap-2">
179
<Subheading className="text-pk-content-primary">Getting started</Subheading>
180
-
181
<ChevronRight
182
- className={`text-gray-400 dark:text-gray-500 transform transition-transform duration-100 ${
+ className={`transform transition-transform duration-100 ${
183
showGettingStarted ? "rotate-90" : ""
184
}`}
185
size={20}
0 commit comments