Skip to content

Commit

Permalink
fix: tool directories
Browse files Browse the repository at this point in the history
  • Loading branch information
amjed-ali-k committed Oct 28, 2023
1 parent 762a307 commit 7e453f3
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function NavBar() {
<NavigationMenuLink asChild>
<a
className="flex h-full w-full select-none flex-col justify-end rounded-md bg-gradient-to-b from-muted/50 to-muted p-6 no-underline outline-none focus:shadow-md"
href="/dashboard/result-formatter"
href="/dashboard/tools/result-formatter"
>
<SBTEToolsLogo className="h-6 w-6" />
<div className="mb-2 mt-4 text-lg font-medium">
Expand All @@ -135,19 +135,19 @@ export function NavBar() {
</NavigationMenuLink>
</li>
<ListItem
href="/dashboard/result-formatter"
href="/dashboard/tools/result-formatter"
title="Upload and generate"
>
Upload your result and get started.
</ListItem>
<ListItem
href="/dashboard/result-formatter/history"
href="/dashboard/tools/result-formatter/history"
title="Analysis History"
>
View your previous analysis results.
</ListItem>
<ListItem
href="/dashboard/result-formatter/progress"
href="/dashboard/tools/result-formatter/progress"
title="Student Progress"
>
View aggregated analysis of each student in your class.
Expand All @@ -168,7 +168,7 @@ export function NavBar() {
<NavigationMenuLink asChild>
<a
className="flex h-full w-full select-none flex-col justify-end rounded-md bg-gradient-to-b from-muted/50 to-muted p-6 no-underline outline-none focus:shadow-md"
// href="/dashboard/result-formatter"
// href="/dashboard/tools/result-formatter"
>
<div className="relative">
<div className="bg-gray-950/30 blur-md inset-0 absolute" />
Expand Down

0 comments on commit 7e453f3

Please sign in to comment.