feat: add new icons
This commit is contained in:
parent
7f275c6b4e
commit
048e42600a
|
|
@ -143,6 +143,16 @@ class _MainPageSection extends StatelessWidget {
|
|||
return DidvanIcons.video_solid;
|
||||
case 'podcast':
|
||||
return DidvanIcons.podcast_solid;
|
||||
case 'trend':
|
||||
return DidvanIcons.chart_solid;
|
||||
case 'technology':
|
||||
return DidvanIcons.technology_solid;
|
||||
case 'risk':
|
||||
return DidvanIcons.exclamation_triangle_solid;
|
||||
case 'startup':
|
||||
return DidvanIcons.startup_solid;
|
||||
case 'saha':
|
||||
return DidvanIcons.saha_solid;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue