Skip to content

Commit 5f9b4be

Browse files
committed
remove homepage button
1 parent d620ad7 commit 5f9b4be

3 files changed

Lines changed: 3 additions & 18 deletions

File tree

package-lock.json

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/views/ContextPanel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ const ContextPanel: FC = () => {
105105
</button>
106106
)}
107107
*/}
108-
<Link className="btn btn-outline-dark ms-2 mt-1" title="Retina's homepage" to="/">
108+
{/* <Link className="btn btn-outline-dark ms-2 mt-1" title="Retina's homepage" to="/">
109109
<FaHome />
110-
</Link>
110+
</Link> */}
111111
</span>
112112
</div>
113113
</div>

src/views/GraphSumUp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const GraphSumUp: FC = () => {
9898
</a>
9999
)}
100100
<button className="btn btn-outline-dark me-2 mt-1" onClick={downloadData}>
101-
<FaFileDownload /> Download dataset
101+
<FaFileDownload /> Download the Graph File (.gexf)
102102
</button>
103103
{navState.role !== "v" && (
104104
<button

0 commit comments

Comments
 (0)