Skip to content

Commit

Permalink
update links for new impact report
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimberley Cook authored and Kimberley Cook committed Sep 21, 2023
1 parent 068e7d6 commit df52a88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/dashboard/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- title t('homepage.title')

.alert.alert-dark.mb-0.text-center
We’re beyond proud to launch our <strong>first-ever</strong> Impact Report, which you can read here - <a href="https://impact-report-22.codebar.io/" class="text-dark" target="_blank"">impact-report-22.codebar.io</a>
We’re beyond proud to launch our <strong>2023</strong> Impact Report, which you can read here - <a href="https://impact-report.codebar.io/" class="text-dark" target="_blank"">impact-report-22.codebar.io</a>

.homepage-hero.d-flex.align-items-center
.container.d-flex
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_footer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

.col-sm-12.col-md-6.col-lg-3
%ul.list-unstyled.ms-0
%li= link_to 'Impact Report 2022', "https://impact-report-22.codebar.io/"
%li= link_to 'Impact Report 2023', "https://impact-report.codebar.io/"
%li= link_to t("navigation.code_of_conduct"), code_of_conduct_path
%li= link_to t("navigation.breach_code_of_conduct"), breach_code_of_conduct_path
%li= link_to t("navigation.coach_guide"), teaching_guide_path
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_navigation.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Community
%ul.dropdown-menu{'aria-labelledby': 'navbarDropdownMenuLinkCommunity'}
%li= link_to 'Coaches', coaches_path, class: 'dropdown-item'
%li= link_to 'Impact Report', 'https://impact-report-22.codebar.io/', class: 'dropdown-item'
%li= link_to 'Impact Report', 'https://impact-report.codebar.io/', class: 'dropdown-item'
%li.nav-item
= link_to 'https://medium.com/@codebar', class: 'nav-link border-0' do
Blogs
Expand Down

0 comments on commit df52a88

Please sign in to comment.