fix: service name capitalisation is removed from list page (#2806)

This commit is contained in:
Palash Gupta 2023-06-01 00:56:03 +05:30 committed by GitHub
parent 26a806a7fe
commit 7fd27ec09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,6 @@ export const Container = styled.div`
export const Name = styled(Typography)`
&&& {
text-transform: capitalize;
font-weight: 600;
color: #177ddc;
cursor: pointer;