Skip to content

Commit 02a42dd

Browse files
committed
removed tools
1 parent cbb85e2 commit 02a42dd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

frontend/src/components/TheHeroTools.vue

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
22
<hr />
33
<div class="hero-tool-links">
4-
<p class="hero-tools-label">Tools:</p>
54
<AppLink to="/search-phenotypes">Phenotype Similarity Tools</AppLink>
65
<span>|</span>
76
<AppLink to="/text-annotator">Text Annotator</AppLink>
@@ -48,13 +47,7 @@ $wrap: 1350px;
4847
}
4948
}
5049
}
51-
.hero-tools-label {
52-
font-weight: 500;
53-
text-align: center;
54-
@media (max-width: $wrap) {
55-
color: $white;
56-
}
57-
}
50+
5851
@media (max-width: 1350) {
5952
hr {
6053
height: 1px;

0 commit comments

Comments
 (0)