Skip to content

Commit

Permalink
updated browser
Browse files Browse the repository at this point in the history
  • Loading branch information
samapriya committed Nov 5, 2024
1 parent 93d6788 commit 687d9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dataset Viewer</title>
<title>Catalog Browser</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -101,7 +101,7 @@
<div class="flex items-center space-x-2">
<img src="https://i.imgur.com/FYPcTFF.png" alt="Logo" class="h-12">
<!-- Adjusted height to make the logo bigger -->
<h1 class="text-lg font-bold">Catalog Browse</h1> <!-- Adjusted text size if necessary -->
<h1 class="text-lg font-bold">Catalog Browser</h1> <!-- Adjusted text size if necessary -->
</div>

<div class="flex items-center">
Expand Down

0 comments on commit 687d9ca

Please sign in to comment.