mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Refactor CSS (#116)
Refactor CSS files and structure. Also refactors some html and React components for a smarter use of CSS classes.
This commit is contained in:
committed by
GitHub
parent
35c427d9f6
commit
8e75a85873
@@ -11,7 +11,7 @@ RSpec.describe 'header', type: :view do
|
||||
it 'renders a logo' do
|
||||
render_header
|
||||
|
||||
expect(rendered).to have_selector('.navbar-brand')
|
||||
expect(rendered).to have_selector('.brand')
|
||||
end
|
||||
|
||||
it 'renders a link for each board' do
|
||||
|
||||
Reference in New Issue
Block a user