Skip to content

Commit

Permalink
Removes Twitter/X sidebar from chapter page
Browse files Browse the repository at this point in the history
  • Loading branch information
matyikriszta committed Jun 25, 2024
1 parent a04d215 commit 6285e13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/views/chapter/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@
- @latest_workshops.each do |date, workshops|
= render workshops

.col-md-4.col-sm-12.mt-4
- if @chapter.twitter_handle
%a.twitter-timeline{href: "https://twitter.com/#{@chapter.twitter_handle}", "data-widget-id" => @chapter.twitter_id }="Tweets by #{@chapter.twitter_handle}"
- else
%a.twitter-timeline{href: "https://twitter.com/codebar", "data-widget-id" => @chapter.twitter_id, "data-height" => "500" }="Tweets by codebar"
%script(async src="https://platform.twitter.com/widgets.js" charset="utf-8")
- if @recent_sponsors.any?
.py-4.py-lg-5.bg-light
.container
Expand Down

0 comments on commit 6285e13

Please sign in to comment.