@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change Macro icon to file-image-o

Summary: Changes icon

Test Plan: Load up Macro, see new icon.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11509

+1 -1
+1 -1
src/applications/macro/application/PhabricatorMacroApplication.php
··· 19 19 } 20 20 21 21 public function getFontIcon() { 22 - return 'fa-smile-o'; 22 + return 'fa-file-image-o'; 23 23 } 24 24 25 25 public function getTitleGlyph() {