class Playbook::PbButton::Button

def link_options

def link_options
  options.merge(
    href: link,
    role: "link",
    target: new_window ? "_blank" : "_self"
  )
end