Skip to content

Commit fe766bf

Browse files
committed
Corrected paths
1 parent ceade11 commit fe766bf

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

assets/images/sfi.png

3.21 KB
Loading

lib/features/mindfulness/opportunities_screen.dart

+10-4
Original file line numberDiff line numberDiff line change
@@ -321,18 +321,24 @@ class _OpportunitiesScreenState extends State<OpportunitiesScreen> {
321321
url: 'https://www.amazon.jobs/en/',
322322
logo: 'assets/images/Amazon_icon.svg.png',
323323
),
324-
324+
if (selectedField == 'Business')
325+
const OpportunityTile(
326+
company: 'SFI',
327+
position: 'Analyst',
328+
url: 'https://www.wemakescholars.com/research-institute/science-foundation-ireland',
329+
logo: 'assets/images/sfi.png',
330+
),
325331
if (selectedField == 'Law')
326332
const OpportunityTile(
327-
company: 'Google',
328-
position: 'Software Engineer',
333+
company: 'ETS',
334+
position: 'Accountant',
329335
url: 'https://www.wemakescholars.com/other/educational-testing-service-ets-',
330336
logo: 'assets/images/ets.jpg',
331337
),
332338
if (selectedField == 'Law')
333339
const OpportunityTile(
334340
company: 'ABD',
335-
position: '',
341+
position: 'Staff Attorney',
336342
url: 'https://www.wemakescholars.com/scholarship/asian-development-bank-japan-scholarship-program',
337343
logo: 'assets/images/abd.jpeg',
338344
),

0 commit comments

Comments
 (0)