Skip to content

Commit

Permalink
Merge pull request #271 from nationalarchives/andy/update-mega-menu-i…
Browse files Browse the repository at this point in the history
…mage

update image and link in megamenu
  • Loading branch information
grange85 authored Feb 12, 2024
2 parents 6ee780e + f8bb4bd commit 67e1f10
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 79 deletions.
150 changes: 75 additions & 75 deletions css/base-sass.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/base-sass.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/compiled/tna-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $.fn.mega_menu_enhancements = function () {
$.fn.append_promotional_image = function () {
return this.each(function () {
var $this = $(this);
$this.append('<li class="imgContent"><a href="https://www.nationalarchives.gov.uk/20s-people/" title="20s People"><img src="https://cdn.nationalarchives.gov.uk/images/20s-people-mega-menu-image.jpg" alt="20s People" class="img-responsive tna-img-responsive"></a></li>');
$this.append('<li class="imgContent"><a href="https://www.nationalarchives.gov.uk/great-escapes/?utm_source=megamenu&utm_medium=banner" title="Great Escapes exhibition"><img src="https://cdn.nationalarchives.gov.uk/images/great-escapes-mega-menu-banner.jpg" alt="An illustrated picture of a watchtower looking over a prison camp, in charcoal and pink colour palette." class="img-responsive tna-img-responsive"></a></li>');
})
};

Expand Down
Loading

0 comments on commit 67e1f10

Please sign in to comment.