File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class BlogListUrlProvider extends AbstractUrlProvider
2727
2828 protected string $ code = self ::PROVIDER_CODE ;
2929
30- protected string $ icon = 'newspaper ' ;
30+ protected string $ icon = 'tabler:news ' ;
3131
3232 protected int $ priority = 35 ;
3333
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class BlogUrlProvider extends AbstractUrlProvider
2525
2626 protected string $ code = self ::PROVIDER_CODE ;
2727
28- protected string $ icon = 'newspaper ' ;
28+ protected string $ icon = 'tabler:article ' ;
2929
3030 protected int $ priority = 25 ;
3131
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class CaseStudyListUrlProvider extends AbstractUrlProvider
2727
2828 protected string $ code = self ::PROVIDER_CODE ;
2929
30- protected string $ icon = 'crosshairs ' ;
30+ protected string $ icon = 'tabler:briefcase ' ;
3131
3232 protected int $ priority = 30 ;
3333
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class CaseStudyUrlProvider extends AbstractUrlProvider
2525
2626 protected string $ code = self ::PROVIDER_CODE ;
2727
28- protected string $ icon = 'crosshairs ' ;
28+ protected string $ icon = 'tabler:file-analytics ' ;
2929
3030 protected int $ priority = 20 ;
3131
You can’t perform that action at this time.
0 commit comments