Skip to content

Commit

Permalink
Removes upgrade notice
Browse files Browse the repository at this point in the history
  • Loading branch information
hlfernandez committed Apr 27, 2022
1 parent e101b4c commit 6d85b85
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@evoppi/frontend",
"version": "2.1.0-alpha.29",
"version": "2.1.1",
"description": "EvoPPI - Evolutionary Protein-Protein Interactions",
"license": "GPL-3.0",
"author": {
Expand Down
16 changes: 0 additions & 16 deletions src/app/modules/results/results.component.html
Expand Up @@ -21,22 +21,6 @@

<div class="main-content">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-header card-header-danger">
<h4 class="card-title">Upgrade notice</h4>
</div>
<div class="card-body upgrade-notice">
EvoPPI has recently been updated to version 2. Version 1 results are not compatible with this new
version, so they are not available here.
<br/>
However, if you want to access your old results, don't worry, because we will keep version 1
available for some time <a href="http://evoppi.legacy.i3s.up.pt">here.</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="card">
Expand Down
4 changes: 0 additions & 4 deletions src/app/modules/results/results.component.scss
Expand Up @@ -44,7 +44,3 @@ mat-header-row {
min-height: 0;
}
}

.upgrade-notice {
font-size: 1.2em;
}

0 comments on commit 6d85b85

Please sign in to comment.