Organisation logo example

No underline until hover

Remove the underline text-decoration unless hovered. Useful when combined with the inverse option.

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/organisation_logo", {
  organisation: {
    name: "Cabinet Office",
    url: "/government/organisations/cabinet-office",
    brand: "cabinet-office",
    crest: "single-identity"
  },
  hide_underline: true
} %>