mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
ECP-173 fix logo size
This commit is contained in:
parent
2b2a53ae5b
commit
3426e0edea
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row py-4 justify-content-between align-items-center">
|
<div class="row py-4 justify-content-between align-items-center">
|
||||||
<div class="col d-flex justify-content-start align-items-center">
|
<div class="col d-flex justify-content-start align-items-center">
|
||||||
<%= link_to image_tag('logo.png', alt: 'MCIEA School Quality Measures Dashboard', size: "269x108"), welcome_path, class: 'me-7' %>
|
<%= link_to image_tag('sqm_logo.png', alt: 'MCIEA School Quality Measures Dashboard',class: "height-56"), welcome_path, class: 'me-7' %>
|
||||||
<a class="sub-header-3 link me-4 <%= link_weight(path: 'overview') %>" href="<%= link_to_overview(district: @district, school: @school, academic_year: @academic_year) %>">Overview</a>
|
<a class="sub-header-3 link me-4 <%= link_weight(path: 'overview') %>" href="<%= link_to_overview(district: @district, school: @school, academic_year: @academic_year) %>">Overview</a>
|
||||||
<a class="sub-header-3 link me-4 <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
|
<a class="sub-header-3 link me-4 <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
|
||||||
<a class="sub-header-3 link <%= link_weight(path: 'analyze') %>" href="<%= link_to_analyze(district: @district, school: @school, academic_year: @academic_year) %>">Analyze</a>
|
<a class="sub-header-3 link <%= link_weight(path: 'analyze') %>" href="<%= link_to_analyze(district: @district, school: @school, academic_year: @academic_year) %>">Analyze</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue