File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class App extends React.Component {
2626 const widgetProps = {
2727 projects : projects ,
2828 currentProject : window . navBarConfig . currentProject ,
29- containerClass : "nav-bar-inner- container" ,
29+ containerClass : "container" ,
3030 } ;
3131
3232 return (
Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ public function getApiUrl() {
592592 }
593593
594594 public function getCurrentSponsoredProject () {
595- return 4 ;
595+ return OPENSTACK_CURRENT_SPONSORED_PROJECT ;
596596 }
597597
598598}
Original file line number Diff line number Diff line change 209209define ('MEETUP_PASSWORD ' ,'' );
210210define ('DROPBOX_ACCESS_TOKEN ' , '' );
211211define ('MEDIA_UPLOAD_MOUNTING_FOLDER ' , 'PresentationMediaUploads ' );
212+ // currrent sponsored project for nav bar
213+ define ('OPENSTACK_CURRENT_SPONSORED_PROJECT ' , 4 );
212214
213215global $ _FILE_TO_URL_MAPPING ;
214216$ _FILE_TO_URL_MAPPING ['' ] = '' ;
You can’t perform that action at this time.
0 commit comments