Skip to content

Commit

Permalink
Update button (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraigoza authored Aug 22, 2022
1 parent bee7b85 commit 859c8fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: '14.x'
- run: npm ci
- run: npm run build --if-present
- run: 'echo "$SSH_KEY" > key'
shell: bash
env:
SSH_KEY: ${{secrets.FIREBASE_TOKEN}}
2 changes: 1 addition & 1 deletion src/components/common/NavigationBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class="white--text font-weight-bold"
@click="navigate('/sponsor')"
>
Sponsor
Sponsors
</v-btn>
</v-col>
<v-col lg="1" cols="4" class="d-flex justify-center" v-else>
Expand Down

0 comments on commit 859c8fe

Please sign in to comment.