Skip to content

Commit

Permalink
hide manifest link
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed Jan 14, 2025
1 parent 23f6b3d commit 3b4dd67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion usr-web/src/routes/(apps)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<nav class="flex flex-row items-center gap-4">
<enhanced:img src="$lib/icon.png" alt="Utah Student Robotics" class="logo" />
<a href={`${base}/scheduler`}>Scheduler</a>
<a href={`${base}/manifest`}>Manifest</a>
<!-- <a href={`${base}/manifest`}>Manifest</a> -->
</nav>
</header>

Expand Down
8 changes: 4 additions & 4 deletions usr-web/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<h2>Scheduler</h2>
<p>A unified schedule for Utah Student Robotics</p>
</a>
<a class="app-card manifest" href={`${base}/manifest`}>
<!-- <a class="app-card manifest" href={`${base}/manifest`}>
<h2>Manifest</h2>
<p>Internal tracking of orders and inventory</p>
</a>
</a> -->
</section>
</div>

Expand All @@ -30,9 +30,9 @@
.scheduler {
background-color: aquamarine;
}
.manifest {
/* .manifest {
background-color: cornflowerblue;
}
} */
.hero-image {
width: 20rem;
height: auto;
Expand Down

0 comments on commit 3b4dd67

Please sign in to comment.