Skip to content

Commit

Permalink
Merge pull request #71 from DeepDoge/patch-1
Browse files Browse the repository at this point in the history
Madiator icon added
  • Loading branch information
kodxana authored Dec 12, 2021
2 parents 6ac58a5 + ac911e6 commit 27b6c5f
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 17 deletions.
7 changes: 4 additions & 3 deletions src/common/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ export interface PlatformSettings
{
domainPrefix: string
display: string
theme: string
}

export const platformSettings: Record<PlatformName, PlatformSettings> = {
'madiator.com': { domainPrefix: 'https://madiator.com/', display: 'madiator.com' },
odysee: { domainPrefix: 'https://odysee.com/', display: 'odysee' },
app: { domainPrefix: 'lbry://', display: 'App' },
'madiator.com': { domainPrefix: 'https://madiator.com/', display: 'Madiator.com', theme: '#075656' },
odysee: { domainPrefix: 'https://odysee.com/', display: 'Odysee', theme: '#1e013b' },
app: { domainPrefix: 'lbry://', display: 'App', theme: '#075656' },
};

export const getPlatfromSettingsEntiries = () => {
Expand Down
Loading

0 comments on commit 27b6c5f

Please sign in to comment.