With no top margin
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/translation_nav", {
no_margin_top: true,
translations: [
{
locale: "en",
base_path: "/en",
text: "English",
active: true
},
{
locale: "cy",
base_path: "/cy",
text: "Cymraeg"
}
]
} %>