Skip to content

Commit

Permalink
Merge pull request #73 from elixir-europe/elixir-bsc
Browse files Browse the repository at this point in the history
Elixir bsc
  • Loading branch information
Gemma Milla authored Feb 22, 2024
2 parents e906a3c + 8116332 commit e297ac1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/Layout/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,7 @@ function Layout (props) {
}

const handleGeneExample = e => {
setGeneId('EIF4A1')
setVariantType2('DEL')
setGeneId('CHR_START-DUXAP8')
}

useEffect(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
display: flex;
align-items: center;
justify-content: center;

}

h6 {
Expand Down Expand Up @@ -259,7 +258,7 @@ h1 {
font-weight: normal;
color: rgb(209, 45, 20);
font-weight: bold;

width: fit-content;
display: flex;
align-items: center;
Expand All @@ -276,7 +275,7 @@ h1 {
font-size: 12px;
color: rgba(12, 16, 64, 0.606);
font-weight: bold;
margin-top: 8px;
/* margin-top: 8px; */
margin-bottom: 2px;
}
}
Expand Down

0 comments on commit e297ac1

Please sign in to comment.