Skip to content

Commit

Permalink
SAK-48806 Lessons no icons for links to other tools (sakaiproject#11743)
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Horner <[email protected]>
  • Loading branch information
hornersa and hornersa authored Jul 7, 2023
1 parent bf636e9 commit 29c6816
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1395,13 +1395,13 @@ public void printSubpage(List<SimplePageItem> itemList, boolean first, UIBranchC
UIOutput itemicon = UIOutput.make(linkdiv,"item-icon");
switch (i.getType()) {
case SimplePageItem.FORUM:
itemicon.decorate(new UIStyleDecorator("icon-sakai--sakai-forums"));
itemicon.decorate(new UIStyleDecorator("si si-sakai-forums"));
break;
case SimplePageItem.ASSIGNMENT:
itemicon.decorate(new UIStyleDecorator("icon-sakai--sakai-assignment-grades"));
itemicon.decorate(new UIStyleDecorator("si si-sakai-assignment-grades"));
break;
case SimplePageItem.ASSESSMENT:
itemicon.decorate(new UIStyleDecorator("icon-sakai--sakai-samigo"));
itemicon.decorate(new UIStyleDecorator("si si-sakai-samigo"));
break;
case SimplePageItem.BLTI:
String bltiIcon = "fa-globe";
Expand Down

0 comments on commit 29c6816

Please sign in to comment.