Skip to content

Commit

Permalink
Small UI fix + update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nirsht committed Sep 28, 2022
1 parent c783c56 commit aa07e46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deploy-backend: clean build
sls deploy --verbose

deploy-frontend:
cd frontend && $(MAKE) deploy
cd frontend && yarn --frozen-lockfile && $(MAKE) deploy

deploy: deploy-backend deploy-frontend
echo "Deploying BE and FE"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Validkube is an open-source project, so please feel free to add more tools or ca
- NPM
- Serverless CLI
- Golang v1.17
- Netlify-cli

## Deploy

Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/MainView/MainViewHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const RightHeaderContainer = styled.div`
`;

const DotIconContainer = styled.div`
cursor: pointer;
> svg {
vertical-align: center;
}
Expand Down

0 comments on commit aa07e46

Please sign in to comment.