Move logo link to the logo partial #680
Closed
pepito2k
started this conversation in
Feature requests
Replies: 2 comments
-
That makes sense. Let me try to squeeze this in the next release |
Beta Was this translation helpful? Give feedback.
0 replies
-
Done via #683. I'll cut a release on Monday. Have an amazing weekend! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, when ejecting the logo partial, the partial only contains the image, and there are styles applied to the link tag that may affect the image being displayed properly.
I know this can be solved by ejecting the sidebar and customizing it. But it seems like a lot to do just to change a css class name in the link that forms part of the logo being displayed.
current
avo/app/views/avo/partials/_logo.html.erb
:proposed partial:
Beta Was this translation helpful? Give feedback.
All reactions