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

#406 fixed nav bar #465

Merged
merged 2 commits into from
Jul 18, 2024
Merged

#406 fixed nav bar #465

merged 2 commits into from
Jul 18, 2024

Conversation

NavAneEth777
Copy link
Contributor

406

Added leaderboard heading in the nav section...

Added leaderboard heading in the nav section..
Copy link

netlify bot commented Jul 18, 2024

Deploy Preview for frontend-mini-challenges ready!

Name Link
🔨 Latest commit 937a08f
🔍 Latest deploy log https://app.netlify.com/sites/frontend-mini-challenges/deploys/669927a06e803c0008092dc3
😎 Deploy Preview https://deploy-preview-465--frontend-mini-challenges.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Owner

@sadanandpai sadanandpai left a comment

Choose a reason for hiding this comment

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

We dont wanna show FMC in the title again in challenges page

image

@@ -21,6 +29,10 @@ function Navbar({ children, title }: { children?: React.ReactNode; title?: strin
<span>{title ?? 'Frontend Mini Challenges'}</span>
</a>

<div className={styles.logo}>
Copy link
Owner

Choose a reason for hiding this comment

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

can we change the class name from logo to something relevant

@@ -21,6 +29,10 @@ function Navbar({ children, title }: { children?: React.ReactNode; title?: strin
<span>{title ?? 'Frontend Mini Challenges'}</span>
</a>

<div className={styles.logo}>
Copy link
Owner

Choose a reason for hiding this comment

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

let us render this element only if it is not empty

@NavAneEth777
Copy link
Contributor Author

once check... i changed it..

@sadanandpai sadanandpai merged commit 5289cdc into sadanandpai:main Jul 18, 2024
6 checks passed
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