Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default title #535

Merged
merged 1 commit into from
Dec 14, 2024
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
)

const queryClient = new QueryClient({

Check warning on line 25 in src/pages/_app.tsx

View workflow job for this annotation

GitHub Actions / branch-test

'queryClient' is assigned a value but never used
defaultOptions: {
queries: {
retry: (failureCount, error) => {
Expand Down Expand Up @@ -143,7 +143,7 @@
return (
<>
<Head>
<title>React App</title>
<title>STROM</title>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default asi treba. ale kedy sa vlastne este zobrazuje? v adminovi by sme asi mali pridat nieco tiez eventualne

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zobrazuje sa to ked si na Razcestniku napriklad

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

akoze teoreticky mozeme mat pre React admin nieco vlastne, ale STROM moze byt vsade :-D

<meta name="viewport" content="width=device-width, initial-scale=1" />
</Head>
{/* ak pouzijeme vsade <Typography>, nemuseli by sme mat takyto globalny styl... ale je to teda
Expand Down
Loading