Skip to content

Commit

Permalink
Change coatching futsal logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gljubojevic committed Apr 10, 2022
1 parent fce1915 commit 2bd0b72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added public/ext/cf_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import HelpDialog from './ui/HelpDialog';
class App extends Component {
constructor(props) {
super(props);
this.config = AppConfigs.default;
//this.config = AppConfigs.coatchingfutsal;
//this.config = AppConfigs.default;
this.config = AppConfigs.coatchingfutsal;
// application Material-UI theme
this.appTheme = createTheme();
// references
Expand Down
2 changes: 1 addition & 1 deletion src/AppConfigs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const AppConfigs = {
useFirebase: true,
},
coatchingfutsal: {
siteLogoURL: '/tactics-board/ext/coatching_futsal_logo.png',
siteLogoURL: '/tactics-board/ext/cf_logo.png',
pitchCenterADURL: '/tactics-board/ext/heineken-logo.png',
useFirebase: false,
}
Expand Down

0 comments on commit 2bd0b72

Please sign in to comment.