Skip to content

Commit 00c1213

Browse files
committed
center view button
Tool: gitpod/catfood.gitpod.cloud
1 parent e6ee954 commit 00c1213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/repositories/list/RepoListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const RepositoryListItem: FC<Props> = ({ configuration, isSuggested }) =>
6464
</div>
6565
</TableCell>
6666

67-
<TableCell className="flex items-center gap-4">
67+
<TableCell>
6868
<LinkButton href={`/repositories/${configuration.id}`} variant="secondary">
6969
View
7070
</LinkButton>

0 commit comments

Comments
 (0)