diff --git a/previews/primer/alpha/tooltip_preview.rb b/previews/primer/alpha/tooltip_preview.rb index 7f1f77592c..a6f9fcc108 100644 --- a/previews/primer/alpha/tooltip_preview.rb +++ b/previews/primer/alpha/tooltip_preview.rb @@ -65,7 +65,7 @@ def tooltip_with_button(direction: :s, tooltip_text: "You can press a button") # @label Tooltip with Primer::Beta::Link def tooltip_with_link(direction: :s, tooltip_text: "You can press a button") - render(Primer::Beta::Link.new(href: "#link-with-tooltip", id: "link-with-tooltip")) do |component| + render(Primer::Beta::Link.new(href: "#link-with-tooltip", id: "link-with-tooltip", underline: true)) do |component| component.with_tooltip(text: tooltip_text, direction: direction) "Button" end