Skip to content

Commit 439c6d9

Browse files
committed
Remove link section in topical_event
1 parent 50556cf commit 439c6d9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/models/topical_event.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ def initialize(content_store_response)
2222
sidebar: header_image && logo_image ? Image.new(image: logo_image) : nil,
2323
))
2424

25-
if details["about_page_link_text"].present?
26-
add_section(Link.new(link: "#{base_path}/about", link_text: details["about_page_link_text"]))
27-
end
28-
2925
if featured_items.any?
3026
add_section(Featured.new(
3127
items: featured_items,

0 commit comments

Comments
 (0)