mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 06:38:27 +00:00
chore: remove timestamps from transcript
This commit is contained in:
parent
2257ea9966
commit
163ba476f2
@ -1,4 +1,3 @@
|
||||
import { Typography } from '@acid-info/lsd-react'
|
||||
import styled from '@emotion/styled'
|
||||
import { LPE } from '../../types/lpe.types'
|
||||
import EpisodeBlocks from './Episode.Blocks'
|
||||
@ -8,19 +7,13 @@ const EpisodeTranscript = ({ episode }: { episode: LPE.Podcast.Document }) => {
|
||||
|
||||
return (
|
||||
<Container>
|
||||
<Title variant={'h5'} genericFontFamily={'serif'}>
|
||||
Timestamps
|
||||
</Title>
|
||||
<EpisodeBlocks data={episode} />
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
||||
const Container = styled.div`
|
||||
margin-top: 32px;
|
||||
`
|
||||
const Title = styled(Typography)`
|
||||
margin-bottom: 32px;
|
||||
margin-top: 64px;
|
||||
`
|
||||
|
||||
export default EpisodeTranscript
|
||||
|
Loading…
x
Reference in New Issue
Block a user