Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/diagnostics-app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Diagnostics app
# Sync Diagnostics Client

This diagnostics app presents data from the perspective of a specific user (no server-side stats) and can be used to:
The Sync Diagnostics Client presents data from the perspective of a specific user (no server-side stats) and can be used to:

- See stats about the user's local database.
- Inspect tables and sync buckets on the device.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const LoginDetailsWidget: React.FC<LoginDetailsWidgetProps> = (props) =>
return (
<S.MainContainer>
<S.LoginContainer elevation={1}>
<S.LoginHeader variant="h4">Diagnostics Config</S.LoginHeader>
<S.LoginHeader variant="h4">Sync Diagnostics Client</S.LoginHeader>
<S.LogoBox>
<S.Logo alt="PowerSync Logo" width={400} height={100} src="/powersync-logo.svg" />
</S.LogoBox>
Expand Down