-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update index.html #41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The solution doesn't seem correct to me. Let me clarify it more.
What we basically want is to re-render the launch component when someone clicks on the "GSoC Analyzer" Header.
To give you a hint on how we can achieve that: Try looking at the states involved in the Home
component. You'll notice one state there that is capable of doing exactly what we want here. Try to think about how you can alter it to render the Launch
Component.
work correctly both with client-side routing and a non-root public URL. | ||
Learn how to configure a non-root public URL by running `npm run build`. | ||
--> | ||
<title>GSoC Analyser</title> | ||
<title href="https://sparsh1212.github.io/gsocanalyze">GSoC Analyser</title> | ||
</head> | ||
<body> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also a general note: We rarely make changes to the index.html
file in React. Try not to touch this file unless something really specific has to be done in it which can't be achieved through our custom components.
can you check discord now pls
…On Wed, Dec 1, 2021, 23:24 Sparsh Agrawal ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In public/index.html
<#41 (comment)>
:
> work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
- <title>GSoC Analyser</title>
+ <title href="https://sparsh1212.github.io/gsocanalyze">GSoC Analyser</title>
</head>
<body>
Also a general note: We rarely make changes to the index.html file in
React. Try not to touch this file unless something really specific has to
be done in it which can't be achieved through our custom components.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#41 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWWFSGC5MLRM2E7BSX3FEQLUOZOMTANCNFSM5JCFDGBQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
No description provided.