Skip to content

Commit

Permalink
fix(source-table): added github repository to source table
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Oct 25, 2024
1 parent 7f87e56 commit b08af2e
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 b08af2e

Please sign in to comment.