UX: update chat icon to d-chat (#20744)

This commit is contained in:
Kris
2023-03-21 10:40:42 -04:00
committed by GitHub
parent 5d03ddfbc8
commit 147941a5d7
16 changed files with 21 additions and 19 deletions

View File

@ -30,7 +30,7 @@ RSpec.describe "Sidebar navigation menu", type: :system, js: true do
visit("/")
expect(sidebar_page.channels_section).to have_css(
".sidebar-section-link-#{channel_1.slug} .sidebar-section-link-prefix svg.prefix-icon.d-icon-hashtag",
".sidebar-section-link-#{channel_1.slug} .sidebar-section-link-prefix svg.prefix-icon.d-icon-d-chat",
)
end