Skip to content

Commit

Permalink
Merge pull request #1004 from nwanduka/page-title
Browse files Browse the repository at this point in the history
Improved page titles to provide more context for users
  • Loading branch information
birm authored Jul 5, 2024
2 parents cfe5fb6 + 9b3c53c commit d889a4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Info.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">

<title>CaMicroscope Data Table</title>
<title>caMicroscope - Information Dashboard</title>

<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>

Expand Down
2 changes: 1 addition & 1 deletion apps/landing/landing.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en">
<head>

<title>caMicroscope</title>
<title>caMicroscope - Home</title>
<meta charset="utf-8" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
2 changes: 1 addition & 1 deletion apps/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<script src="./loader/loader.js"></script>
<script src="./loader/chunked_upload.js"></script>
<script src="https://apis.google.com/js/api.js"></script>
<title>CaMicroscope Data Table</title>
<title>caMicroscope - Slides Data Table</title>

<script src="https://code.jquery.com/jquery-3.4.1.min.js"
></script>
Expand Down

0 comments on commit d889a4e

Please sign in to comment.