Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 committed Oct 10, 2023
1 parent 1e63f1f commit 3389a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- demo
- finalized-demo-test

permissions:
id-token: write # Needed to modify JWT token for OIDC
Expand Down
4 changes: 2 additions & 2 deletions src/components/ShareForm/ShareForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const ShareForm = (props: Props) => {
<div className={styles.flexChildLeft}>
<Image
alt="exampleCompany Logo"
src="/dojo-logo-sm.png"
// src="/chico.png"
// src="/dojo-logo-sm.png"
src="/chico.png"
width="400px"
height="400px"
/>
Expand Down

0 comments on commit 3389a49

Please sign in to comment.