Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix spelling
Browse files Browse the repository at this point in the history
toresbe committed Nov 25, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0357782 commit f5a0372
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
@@ -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_TOKEN }}
-
name: Build docker
id: docker_build
uses: docker/build-push-action@v2
with:
repository: frikanalen/frontend
2 changes: 1 addition & 1 deletion packages/frontend/pages/graphics/index.tsx
Original file line number Diff line number Diff line change
@@ -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} />

0 comments on commit f5a0372

Please sign in to comment.