Skip to content

Commit

Permalink
fix: remove timestamp from tooltip (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeezman authored Oct 31, 2023
1 parent 00619dc commit f994295
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const Tooltip = ({ node }: Props) => {
description,
label,
text,
timestamp,
type,
tweet_id: tweetId,
twitter_handle: twitterHandle,
Expand Down Expand Up @@ -131,10 +130,6 @@ export const Tooltip = ({ node }: Props) => {
)}
</Flex>

<Text color="primaryText1" kind="tiny">
{timestamp}
</Text>

<Flex pt={12}>
{nodeType === 'clip' && <Text color="primaryText1">Episode</Text>}

Expand Down

0 comments on commit f994295

Please sign in to comment.