Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion frontend/src/app/services/state.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,22 @@ const defaultEnv: Env = {
'ADDITIONAL_CURRENCIES': false,
'SERVICES_API': 'https://mempool.space/api/v1/services',
'PROD_DOMAINS': [],
'ANGOR_ENABLED': false
'ANGOR_ENABLED': false,
'customize': {
'theme': 'default', // Theme of the application (e.g., 'default', 'dark', 'light')
'enterprise': 'Angor', // Optional: Identifier for enterprise-specific customizations
'branding': {
'name': 'Angor', // Name of the enterprise or branding
'title': 'Angor Dashboard', // Title to display in the application
'img': '/resources/angor/angor-logo-text-light.svg', // Path to the main logo
'header_img': '/resources/angor/angor-logo-text-light.svg', // Path to the header logo
'footer_img': '/resources/angor/angor-logo-text-light.svg', // Path to the footer logo
'rounded_corner': true // Whether the logos should have rounded corners
},
'dashboard': {
'widgets': []
}
}
};

@Injectable({
Expand Down
9 changes: 9 additions & 0 deletions frontend/src/resources/angor/angor-logo-text-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading