Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 7e8c6a0

Browse files
committed
Removes the tooltip.
1 parent dd7f6f9 commit 7e8c6a0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/renderer/features/dog-tab/dog-tab.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
import * as React from 'react'
22
import { Text, FunDog, Logo, CenteredContent } from '../../platform'
3-
import { Tooltip } from 'rebass'
43

54
export class DogTab extends React.Component<{}, {}> {
65
render() {
76
return (
87
<CenteredContent>
98
<FunDog />
10-
<Text py={3}>
11-
Wake up and smell the{' '}
12-
<Tooltip text="😖 sad.">
13-
<Text color='teal5' bold>electrons</Text>
14-
</Tooltip>.
15-
</Text>
9+
<Text py={3}>Wake up and smell the electrons.</Text>
1610
<Logo />
1711
</CenteredContent>
1812
)

0 commit comments

Comments
 (0)