Skip to content

Commit 6ccb419

Browse files
committed
center view button
Tool: gitpod/catfood.gitpod.cloud
1 parent d25d928 commit 6ccb419

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
@@ -73,7 +73,7 @@ export const RepositoryListItem: FC<Props> = ({ configuration, isSuggested, hand
7373
</div>
7474
</TableCell>
7575

76-
<TableCell className="flex items-center gap-4">
76+
<TableCell>
7777
<LinkButton href={`/repositories/${configuration.id}`} variant="secondary">
7878
View
7979
</LinkButton>

0 commit comments

Comments
 (0)