Skip to content

Commit

Permalink
added back button to course search
Browse files Browse the repository at this point in the history
  • Loading branch information
zjf19002 committed Nov 8, 2023
1 parent 7770fc5 commit cbef5a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions class_registration_app/src/components/CourseSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ document.addEventListener("click", function() {


<template>
<RouterLink to="./dashboard">
<button>Back</button>
</RouterLink>
<div class="container" id="container">
<h1 class="title">UConn Course Search</h1>
<div class="search">
Expand Down

0 comments on commit cbef5a3

Please sign in to comment.