Skip to content

Commit

Permalink
tryv2
Browse files Browse the repository at this point in the history
  • Loading branch information
anmol-dash committed Nov 8, 2024
1 parent a54ebc1 commit 87635c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: enriikke/gatsby-gh-pages-action@v2
with:
# A personal access token needed to push your site after it has been built.
access-token: ${{ secrets.MILLER_TOKEN }}
access-token: "${{ secrets.SIX_PRIME}}"
deploy-branch: deploy
gatsby-args: --prefix-paths
2 changes: 1 addition & 1 deletion src/components/GetInvolved.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const GetInvolved = () => {
<InvolvementWrapper>
<Involvement>
<InvolvementImage src={getinvolved1}/>
<ButtonInverted href="" target="_blank" rel="noreferrer noopener">Sign up for our newsletter!</ButtonInverted>
<ButtonInverted href="" target="_blank" rel="noreferrer noopener">Sign up for our newsletter</ButtonInverted>
</Involvement>
<Involvement>
<InvolvementImage src={getinvolved2} width="100px"/>
Expand Down

0 comments on commit 87635c7

Please sign in to comment.