Method: Primer::Beta::TimelineItem::Badge#call

Defined in:
app/components/primer/beta/timeline_item.rb

#callObject


73
74
75
76
77
# File 'app/components/primer/beta/timeline_item.rb', line 73

def call
  render(Primer::BaseComponent.new(**@system_arguments)) do
    render(Primer::Beta::Octicon.new(@icon))
  end
end