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

Update index.html #41

Closed
wants to merge 1 commit into from
Closed

Conversation

varunxcode
Copy link

No description provided.

Copy link
Owner

@Sparsh1212 Sparsh1212 left a 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.

Comment on lines 43 to 48
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>
Copy link
Owner

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.

@varunxcode
Copy link
Author

varunxcode commented Dec 1, 2021 via email

@Sparsh1212 Sparsh1212 closed this Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants