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

Fix #379: Extract menu logo to component #396

Conversation

caendesilva
Copy link
Member

Fix #379: Extract navigation menu logo to component to make it easier to customize

You can now customize the following component in @include('hyde::components.navigation.navigation-brand')

<a aria-label="Home page link" href="{{ $homeRoute }}" class="font-bold px-4">
    {{ config('hyde.name', 'HydePHP') }}
</a>

Fix #379: Extract navigation menu logo to component to make it easier to customize
@caendesilva caendesilva merged commit 482c49f into master May 18, 2022
@caendesilva caendesilva deleted the extract-navigation-menu-logo-to-component-to-make-it-easier-to-customize branch May 18, 2022 12:26
caendesilva pushed a commit that referenced this pull request Aug 10, 2022
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.

Extract navigation menu logo to component to make it easier to customize
1 participant