Skip to content

Commit 4f9ea03

Browse files
author
Per Ploug Krogslund
committed
Mofo'ing logo
1 parent 095191b commit 4f9ea03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/controllers/main.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function MainController($scope, $rootScope, $location, $routeParams, $timeout, $
1313
//the null is important because we do an explicit bool check on this in the view
1414
//the avatar is by default the umbraco logo
1515
$scope.authenticated = null;
16-
$scope.avatar = "assets/img/application/logo.png";
16+
$scope.avatar = "assets/img/application/logo_white.png";
1717
$scope.touchDevice = appState.getGlobalState("touchDevice");
1818
//subscribes to notifications in the notification service
1919
$scope.notifications = notificationsService.current;

0 commit comments

Comments
 (0)