class Playbook::PbNav::Item

def link_options

def link_options
  options.merge(
    href: link,
    target: target
  )
end