Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
motechFR committed Nov 22, 2024
1 parent f8ec9a5 commit 8241459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ebstalk.apps.env/scoutgame.env
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ SCOUTPROTOCOL_EAS_ATTESTER_PRIVKEY="{{pull:secretsmanager:/io.cv.app/prd/builder
REACT_APP_SCOUTPROTOCOL_PROFILE_EAS_SCHEMAID="{{pull:secretsmanager:/io.cv.app/prd/buildernft:SecretString:scoutprotocol_profile_eas_schemaid}}"
REACT_APP_SCOUTPROTOCOL_CONTRIBUTION_RECEIPT_EAS_SCHEMAID="{{pull:secretsmanager:/io.cv.app/prd/buildernft:SecretString:scoutprotocol_contribution_receipt_eas_schemaid}}"

AIRSTACK_API_KEY="{{pull:secretsmanager:/io.cv.app/prd/farcaster:SecretString:airstack_api_key}}"
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function BuildersYouKnowPage() {
Builders You Know
</Typography>
<Typography mb={2} textAlign='center'>
We found some builders you might know based on your Farcaster network
We found some Builders you might know
</Typography>
<Box display='flex' flexDirection='column' mb={4}>
<Button variant='contained' LinkComponent={Link} href='/home' sx={{ margin: 'auto', px: 2 }}>
Expand Down

0 comments on commit 8241459

Please sign in to comment.