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

#554 Header looks different on inner pages; needs to be same #556

Merged
merged 4 commits into from
Mar 15, 2024

Conversation

IngridFuentes
Copy link
Contributor

Problem:
When you click on the pages available from the Modules page: https://vetswhocode.io/curriculum/subjectsthe header looks different from what's on all the other pages. (See homepage for the right example)
The header needs to remain the same across all pages of this webapp.

Solution:

On src/pages/curriculum/[slug].tsx, I saw an inconsistency on line number 3: import Layout01 from "@layout/layout-02";
I changed it to import Layout01 from "@layout/layout-01";

Now, we can see the same header across all pages on Modules.

Before:
Screen Shot 2024-03-11 at 9 00 28 PM

After:
Screen Shot 2024-03-11 at 8 57 56 PM
Screen Shot 2024-03-11 at 8 58 13 PM
Screen Shot 2024-03-11 at 8 58 26 PM
Screen Shot 2024-03-11 at 8 58 48 PM
Screen Shot 2024-03-11 at 8 59 00 PM
Screen Shot 2024-03-11 at 8 59 10 PM

Copy link

vercel bot commented Mar 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
vets-who-code-app ✅ Ready (Inspect) Visit Preview Mar 12, 2024 1:12am

@jeromehardaway jeromehardaway merged commit 1a3518f into master Mar 15, 2024
3 checks passed
@jeromehardaway jeromehardaway deleted the header-symmetry-to-all-pages branch March 15, 2024 16:40
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.

None yet

2 participants