Skip to content

Commit

Permalink
remove authors label
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhouieh committed Jan 16, 2024
1 parent d084c52 commit 81a9029
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Authors/Authors.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Typography } from '@acid-info/lsd-react'
import styled from '@emotion/styled'
import { LPE } from '../../types/lpe.types'
import { DotIcon } from '../Icons/DotIcon'
Expand All @@ -25,9 +24,6 @@ const Authors: React.FC<AuthorsProps> = ({
}) => {
return authors?.length > 0 ? (
<AuthorsContainer gap={gap} flexDirection={flexDirection} {...props}>
<Typography variant="label2" style={{ marginRight: `${3 - gap}px` }}>
by
</Typography>
{authors.map((author, index) => (
<AuthorContainer gap={gap} key={author.name}>
<Author author={author} email={email} />
Expand Down

0 comments on commit 81a9029

Please sign in to comment.