Skip to content

Commit

Permalink
Merge pull request #2386 from MahtabBukhari/Add_github_repository_to_…
Browse files Browse the repository at this point in the history
…source_table_modal

Add Github Repository to Source Table
  • Loading branch information
Rassl authored Oct 25, 2024
2 parents 5187d12 + b08af2e commit 8228a0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/SourcesTableModal/SourcesView/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RSS, TWITTER_HANDLE, YOUTUBE_CHANNEL } from '~/constants'
import { GITHUB_REPOSITORY, RSS, TWITTER_HANDLE, YOUTUBE_CHANNEL } from '~/constants'
import { ISourceMap } from './types'
import styled from 'styled-components'
import { IconButton } from '@mui/material'
Expand All @@ -7,6 +7,7 @@ export const sourcesMapper: ISourceMap = {
[RSS]: 'RSS link',
[TWITTER_HANDLE]: 'Twitter Handle',
[YOUTUBE_CHANNEL]: 'Youtube channel',
[GITHUB_REPOSITORY]: 'Github Repository',
}

export const SOURCE_TABLE = 'Sources Table'
Expand Down

0 comments on commit 8228a0a

Please sign in to comment.