generated from Markkos89/turbo-monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: better explanations of the index changes about to be made
- Loading branch information
1 parent
1c1ecae
commit 7cc4f2f
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7cc4f2f
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.
Hey @briangershon,
If I may say, it's still a bit clunky (not a great flow of understanding) as to what the learner should pay attention to. My understanding is that you want to highlight what the component is, and update the file to what you give them:
My suggestion would be:
We'll trim out most of the content in this initial file, and bring in a brand new
<TierNFT>
React component that will house our main application functionality and will be displayed on the Home page.We'll be able to identify the component in the
index.tsx
file by the following two lines:Open
frontend/pages/index.tsx
, remove most of the content, and update the file so that it looks like this:< provide new version of file as you did >
7cc4f2f
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.
Thanks @elPiablo, I made these changes.