-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix: Logo enlarges on return to the home page. #355
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for bejewelled-pegasus-b0ce81 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: abhishek <[email protected]>
5ad4e18
to
1a3faa8
Compare
@abbi4code, Let's discuss this during the website call on Monday at 5:30 PM IST (7:00 AM CT). Please consider adding it as an agenda item to the meeting minutes || meeting link. |
layouts/partials/navbar.html
Outdated
@@ -6,7 +6,7 @@ | |||
<a class="navbar-brand" href="/"> | |||
<span class="navbar-brand__logo navbar-logo"> | |||
{{ $svg := resources.Get "icons/logo.svg" }} | |||
<img class="footer-logo" src="{{ $svg.Permalink }}" alt="logo" /> | |||
<img class="footer-logo" id="navbar-brand_logo" src="{{ $svg.Permalink }}" alt="logo" /> |
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.
Rename id to be id = "navbar-brand-logo" to maintain consistency.
LGTM!
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! I've made the changes to rename the id to navbar-brand-logo for consistency.
Signed-off-by: abhishek <[email protected]>
Notes for Reviewers
This PR fixes #222
##Fixes
id
attribute to the navbar logo image with the valuenavbar-brand_logo
.navbar-brand_logo
, the modal will not open.Signed commits