Skip to content

Commit

Permalink
Added link to landing page to main logo (#772)
Browse files Browse the repository at this point in the history
Thank for the review @heidinett 

Merged.
  • Loading branch information
atteggiani committed Sep 6, 2024
1 parent 0c6418c commit 1f40857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -874,9 +874,6 @@ details.code {
}

/* Main logo */
.md-header__button.md-logo {
cursor:default
}
.md-header__button:hover {
opacity: 1;
}
Expand Down
5 changes: 2 additions & 3 deletions overrides/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
{% endif %}
<header class="{{ class }}" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="{{ lang.t('header') }}">
<div class="md-header__button md-logo" aria-label="{{ config.site_name }}" data-md-component="logo">
<a href="/" class="md-header__button md-logo" aria-label="{{ config.site_name }}" data-md-component="logo">
{% include "partials/logo.html" %}
</div>
</a>
<label class="md-header__button md-icon" for="__drawer">
{% include ".icons/material/menu" ~ ".svg" %}
</label>
<div class="md-header__title bold" data-md-component="header-title">
<span>{{ config.site_name }}</span>
<!-- <a href="https://www.access-nri.org.au" target="_blank" class="hostedby">Hosted by <span class="bold">ACCESS-NRI</span></a> -->
</div>
<div class="md-header__img">
<img src="/assets/ACCESS_icon_HIVE.png" alt="logo">
Expand Down

0 comments on commit 1f40857

Please sign in to comment.