Skip to content

Commit

Permalink
Automatic build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Sep 20, 2023
1 parent 0ceb966 commit 28a7639
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions frontend/app/src/people/utils/StartUpModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const StartUpModal = ({ closeModal, dataObject, buttonColor }: StartUpModalProps
</QrContainer>
) : (
<div style={{ display: 'flex', flexDirection: 'column' }}>
<p style={{ textAlign: 'center', fontWeight: 600}}>Step 1</p>
<p style={{ textAlign: 'center', fontWeight: 600 }}>Step 1</p>
<p style={{ textAlign: 'center' }}>Download App</p>
<AndroidIosButtonConatiner>
<IconButton
Expand Down Expand Up @@ -177,7 +177,7 @@ const StartUpModal = ({ closeModal, dataObject, buttonColor }: StartUpModalProps
)}
</ModalContainer>
<p style={{ textAlign: 'center', fontWeight: 600 }}>Step 2</p>
<p style={{ textAlign: 'center'}}>Scan Code</p>
<p style={{ textAlign: 'center' }}>Scan Code</p>
<ButtonContainer>
<IconButton
text={'Reveal Connection Code'}
Expand Down
16 changes: 8 additions & 8 deletions frontend/packrd/packed-packr.go

Large diffs are not rendered by default.

0 comments on commit 28a7639

Please sign in to comment.