Skip to content

Commit 8fd1fc4

Browse files
committed
find DAO
1 parent a1c4fd6 commit 8fd1fc4

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.firebaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
},
1616
"homebase-6907d": {
1717
"hosting": {
18-
"werule": [
18+
"wer": [
1919
"werule"
2020
]
2121
}
2222
}
2323
},
2424
"etags": {},
2525
"dataconnectEmulatorConfig": {}
26-
}
26+
}

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jobs:
1818
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_HOMEBASE_6907D }}
1919
channelId: live
2020
projectId: homebase-6907d
21+
target: wer

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- run: npm ci && npm run build
16+
- run: flutter build web
1717
- uses: FirebaseExtended/action-hosting-deploy@v0
1818
with:
1919
repoToken: ${{ secrets.GITHUB_TOKEN }}

lib/screens/explorer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class _ExplorerState extends State<Explorer> {
234234
borderSide: const BorderSide(width: 0.1),
235235
),
236236
prefixIcon: const Icon(Icons.search),
237-
hintText: 'Search by DAO Name',
237+
hintText: 'Find DAO by name',
238238
),
239239
),
240240
),

0 commit comments

Comments
 (0)