Skip to content

Commit 5f7f871

Browse files
committed
Use emoji for Shownote heading
1 parent 88dad7c commit 5f7f871

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/controllers/podcasts_controller.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def show
3434
def convert_shownote(content)
3535
shownote = <<~HTML
3636
<h2 id='shownote'>
37-
<a href='#shownote'><i class="fa-solid fa-message-pen" style='color: #2275ca;'></i></a>
37+
<!--<a href='#shownote'><i class="fa-solid fa-message-pen" style='color: #2275ca;'></i></a>-->
38+
<a href='#shownote'>🎤</a>
3839
Shownote − 話したこと
3940
</h2>
4041
HTML

spec/features/header_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
end
1313
scenario "近日開催の道場に飛ぶ" do
1414
click_link '近日開催の道場'
15-
expect(page).to have_selector 'h1', text:'📅 近日開催の道場'
15+
expect(page).to have_selector 'h1', text:'📅 近日開催'
1616
end
1717
scenario "Kataに飛ぶ" do
1818
all(:link_or_button, 'Kata').first.click

0 commit comments

Comments
 (0)