Skip to content

Commit

Permalink
remove namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
hannako committed Jun 15, 2021
1 parent 3ae3a1f commit 32d1e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/presenters/content_item/brexit_taxons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ module BrexitTaxons

def brexit_child_taxons
{
ContentItem::BrexitTaxons::BREXIT_BUSINESS_PAGE_CONTENT_ID => {
BREXIT_BUSINESS_PAGE_CONTENT_ID => {
nav_link: {
text: I18n.t("brexit.citizen_link"),
path: BREXIT_CITIZEN_PAGE_PATH,
track_label: "Guidance nav link",
},
track_category: "brexit-business-page",
},
ContentItem::BrexitTaxons::BREXIT_CITIZEN_PAGE_CONTENT_ID => {
BREXIT_CITIZEN_PAGE_CONTENT_ID => {
nav_link: {
text: I18n.t("brexit.business_link"),
path: BREXIT_BUSINESS_PAGE_PATH,
Expand Down

0 comments on commit 32d1e9a

Please sign in to comment.