Skip to content

Commit

Permalink
Noissue. Remove a link to an outdated project board
Browse files Browse the repository at this point in the history
  • Loading branch information
const8ine committed Sep 16, 2024
1 parent b3230bd commit bf049e6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 17 deletions.
12 changes: 7 additions & 5 deletions src/app/components/burger-menu/burger-menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,13 @@
</li>
</ul>

<a class="panel__footer"
href="https://github.com/orgs/open-genes/projects/5"
target="_blank">
<span class="fa fab fa-github"></span>&nbsp;{{ "header_menu_request_feature" | translate }}
</a>
<div class="panel__footer">
<p>
DOI:&nbsp;<a href="https://doi.org/10.1093/nar/gkad712"
class="link link--underline"
target="_blank">10.1093/nar/gkad712 <span class="fa far fa-external-link"></span></a>
</p>
</div>
</div>
</div>

6 changes: 3 additions & 3 deletions src/app/components/burger-menu/burger-menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@
justify-content: center;
height: $header-height;
bottom: 0;
background-color: $color-black;
font-size: $font-size-bigger;
font-size: $font-size-smaller;
font-weight: $font-weight-medium;
color: $color-white;
color: $color-gray-halfing;
border-top: 1px solid $color-borders;

.fa {
margin-right: .3em;
Expand Down
6 changes: 0 additions & 6 deletions src/app/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ <h6>{{ 'footer_donation_text' | translate }}</h6>
>
{{ 'header_menu_news' | translate }}</a>
</li>
<li>
<a href="https://github.com/orgs/open-genes/projects/5"
target="_blank">
{{ "header_menu_request_feature" | translate }}
</a>
</li>
</ul>
</div>

Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@
"header_menu_favourites": "Favorites",
"header_menu_help": "About",
"header_menu_news": "Articles",
"header_menu_request_feature": "Request a feature",
"header_menu_settings": "Settings",
"header_menu_timeline": "Data timeline",
"help_page_title": "Open Genes articles, questions and guidelines",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@
"header_menu_favourites": "Избранное",
"header_menu_help": "О базе",
"header_menu_news": "Статьи",
"header_menu_request_feature": "Предложить улучшение",
"header_menu_settings": "Настройки",
"header_menu_timeline": "Хронология данных",
"help_page_title": "Статьи, вопросы и руководства по Open Genes",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
"header_menu_favourites": "收藏夹",
"header_menu_help": "帮助中心",
"header_menu_news": "新闻",
"header_menu_request_feature": "请求一个功能",
"header_menu_settings": "设置",
"header_menu_timeline": "数据时间线",
"help_page_title": "Open Genes articles, questions and guidelines",
Expand Down

0 comments on commit bf049e6

Please sign in to comment.