Fix ImageInput object-fit, fix People page title (#712)

This commit is contained in:
Charles Bochet
2023-07-17 06:25:41 +00:00
committed by GitHub
parent 4cb856a180
commit b76047d255
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -164,7 +164,7 @@
"workerDirectory": "public"
},
"nyc": {
"lines": 65,
"lines": 60,
"statements": 60,
"exclude": [
"src/generated/**/*"
@@ -29,7 +29,7 @@ const Picture = styled.button<{ withPicture: boolean }>`
img {
height: 100%;
object-fit: fill;
object-fit: cover;
width: 100%;
}
@@ -51,8 +51,6 @@ export function RightDrawer() {
return <></>;
}
console.log(isRightDrawerOpen);
return (
<StyledContainer
animate={{
+1 -1
View File
@@ -42,7 +42,7 @@ export function People() {
return (
<RecoilScope SpecificContext={TableContext}>
<WithTopBarContainer
title="Companies"
title="People"
icon={<IconBuildingSkyscraper size={theme.icon.size.md} />}
onAddButtonClick={handleAddButtonClick}
>