Conversation
…driven achievements Co-authored-by: Nirzar Bhaidkar <13171683+nirzarbhaidkar@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1510f6bd6e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <li>Google Online Marketing Challenge (Placed 15th from 4500 Teams Worldwide)</li> | ||
| </ul> | ||
| <nav> | ||
| <a href="#home" class="nav-brand">NB</a> |
There was a problem hiding this comment.
Point brand link to an existing section id
The navbar brand currently links to #home, but this page does not define any element with id="home", so clicking the logo never navigates back to the top/hero section. This creates a broken primary navigation affordance on every viewport where the brand is visible; either add id="home" to the intended target section or update the link to an existing anchor such as #about.
Useful? React with 👍 / 👎.
v0 Session