Skip to content

Commit

Permalink
fix: fixed link on settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Jul 29, 2024
1 parent 217dd7c commit 198d78f
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions packages/web/src/settings/ProfileScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,33 +156,17 @@ export const ProfileScreen = () => {
<List
subheader={<ListSubheader disableSticky>Information</ListSubheader>}
>
<ListItemButton>
<ListItemButton target="__blank" href={`https://docs.oboku.me/support`}>
<ListItemIcon>
<LaunchRounded />
</ListItemIcon>
<ListItemText
primary={
<Typography variant="body1" color="textSecondary">
<Link target="__blank" href="https://docs.oboku.me/support">
Support Page
</Link>
</Typography>
}
/>
<ListItemText primary={`Support Page`} />
</ListItemButton>
<ListItemButton>
<ListItemButton target="__blank" href="https://docs.oboku.me">
<ListItemIcon>
<LaunchRounded />
</ListItemIcon>
<ListItemText
primary={
<Typography variant="body1" color="textSecondary">
<Link target="__blank" href="https://docs.oboku.me">
Documentation Page
</Link>{" "}
</Typography>
}
/>
<ListItemText primary={`Documentation Page`} />
</ListItemButton>
<ListItem
button
Expand Down

0 comments on commit 198d78f

Please sign in to comment.