Skip to content

Commit ff52aec

Browse files
committed
Remove Link from topbar logo
1 parent 2b09602 commit ff52aec

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • apps/polycentric/src/common/components/layout

apps/polycentric/src/common/components/layout/Topbar.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ function Topbar({ title, left, center, right }: TopbarProps) {
100100
{title}
101101
</Text>
102102
) : (
103-
<Link href={{ pathname: '/' }}>
104-
<Image
105-
source={theme.scheme === 'dark' ? WHITE_LOGO : BLUE_LOGO}
106-
contentFit="contain"
107-
style={[{ width: 36, height: 36 }, Atoms.self_center]}
108-
/>
109-
</Link>
103+
// <Link href={{ pathname: '/' }}>
104+
<Image
105+
source={theme.scheme === 'dark' ? WHITE_LOGO : BLUE_LOGO}
106+
contentFit="contain"
107+
style={[{ width: 36, height: 36 }, Atoms.self_center]}
108+
/>
109+
// </Link>
110110
))}
111111
</View>
112112
<View

0 commit comments

Comments
 (0)