mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Fix headers in Diviner
Summary: These got broken during the switchover. Test Plan: reload diviner pages Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D7029
This commit is contained in:
parent
387e3fac66
commit
77143d5600
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ final class PHUIHeaderView extends AphrontView {
|
|||
}
|
||||
|
||||
if ($this->bleedHeader) {
|
||||
$classes[] = 'phabricator-bleed-header';
|
||||
$classes[] = 'phui-bleed-header';
|
||||
}
|
||||
|
||||
if ($this->gradient) {
|
||||
|
|
Loading…
Reference in a new issue