Skip to content

Commit

Permalink
Merge branch 'main' into lvonlanthen/techstack-page
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandino authored Jan 5, 2025
2 parents 3db2d98 + b575cd0 commit cd6a1bd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion seed/auth_export/accounts.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion seed/auth_export/config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"signIn":{"allowDuplicateEmails":false}}
{"signIn":{"allowDuplicateEmails":false},"emailPrivacyConfig":{"enableImprovedEmailPrivacy":false}}
8 changes: 4 additions & 4 deletions seed/firebase-export-metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "13.0.2",
"version": "13.29.1",
"firestore": {
"version": "1.18.2",
"version": "1.19.8",
"path": "firestore_export",
"metadata_file": "firestore_export/firestore_export.overall_export_metadata"
},
"auth": {
"version": "13.0.2",
"version": "13.29.1",
"path": "auth_export"
},
"storage": {
"version": "13.0.2",
"version": "13.29.1",
"path": "storage_export"
}
}
Binary file not shown.
Binary file modified seed/firestore_export/all_namespaces/all_kinds/output-0
Binary file not shown.
Binary file modified seed/firestore_export/firestore_export.overall_export_metadata
Binary file not shown.
5 changes: 2 additions & 3 deletions website/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FIREBASE_AUTH_EMULATOR_HOST=127.0.0.1:9099

# These environment variables are required so that the Firebase JS SDK (client side) connects to the local emulator.
NEXT_PUBLIC_FIREBASE_API_KEY="demo-key"
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN="social-income-staging"
NEXT_PUBLIC_FIREBASE_PROJECT_ID="social-income-staging"
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN="demo-social-income-local"
NEXT_PUBLIC_FIREBASE_PROJECT_ID="demo-social-income-local"
NEXT_PUBLIC_FIREBASE_AUTH_EMULATOR_URL="http://localhost:9099"
NEXT_PUBLIC_FIREBASE_FIRESTORE_EMULATOR_HOST="localhost"
NEXT_PUBLIC_FIREBASE_FIRESTORE_EMULATOR_PORT="8080"
Expand All @@ -18,4 +18,3 @@ BASE_URL="http://localhost:3001"
SENDGRID_LIST_ID="2896ee4d-d1e0-4a4a-8565-7e592c377e36"
SENDGRID_SUPPRESSION_LIST_ID=45634
SENDGRID_API_KEY="SG.Q****"

Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default async function Page({ params }: CampaignPageProps) {
<div>
{!campaign.goal && (
<div className="mb-4 flex flex-col">
<Typography size="2xl" weight="medium" color="accent">
<Typography size="2xl" weight="medium" color="secondary">
{translator?.t('campaign.without-goal.collected', {
context: {
count: contributions,
Expand Down

0 comments on commit cd6a1bd

Please sign in to comment.