Skip to content

Commit

Permalink
Added Button to Go to School Website
Browse files Browse the repository at this point in the history
  • Loading branch information
j-sund committed Dec 8, 2023
1 parent ee04c2e commit f778e63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/web/src/pages/FinalExamScheduler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@
</div>
</b-card>
</b-card>

<b-col md="7">
<div class="mt-3">
<b-button variant="primary" @click="goToSchoolWebsite">Go to School Website</b-button>
</div>
</b-col>

</b-col>
<b-col md="7">
<calendar :exam-details="examDetails"></calendar>
Expand Down Expand Up @@ -281,4 +288,5 @@ export default {
gap: 20px;
}
</style>

0 comments on commit f778e63

Please sign in to comment.