Skip to content

Commit

Permalink
Update name to CorExplore
Browse files Browse the repository at this point in the history
  • Loading branch information
eranhirs committed Jun 26, 2021
1 parent ff841a8 commit 8229796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebApp/client/qfse.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<script src="https://unpkg.com/react@17/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@17/umd/react-dom.development.js" crossorigin></script>
<script src="https://unpkg.com/react-bootstrap@next/dist/react-bootstrap.min.js" crossorigin></script>
<title>CorExplorer</title>
<title>CorExplore</title>


</head>
Expand All @@ -34,7 +34,7 @@
<div id="navigationBar" class="navbar">
<div style="display: inline-flex;">
<img src="biunlp_logo.png" alt="BIU NLP" width="50" height="50" style="margin-right: 20px">
<h2>CorExplorer</h2>
<h2>CorExplore</h2>
</div>
<div id="topicsDropdown" class="dropdown">
<button class="dropbtn">Topics
Expand Down

0 comments on commit 8229796

Please sign in to comment.