Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
toresbe committed Nov 25, 2020
1 parent 0357782 commit be4abc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build docker
id: docker_build
uses: docker/build-push-action@v2
with:
repository: frikanalen/frontend
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/pages/graphics/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function NextUp(props) {

export default function Index(props) {
const { scheduleJSON } = props;
console.log("props in landing fucntino: ", props);
console.log("props in landing function: ", props);
return (
<TrianglifiedDiv width="1280" height="720">
<NextUp scheduleJSON={scheduleJSON} />
Expand Down

0 comments on commit be4abc6

Please sign in to comment.