Skip to content

Commit

Permalink
fix classroom widget (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Dec 27, 2024
1 parent e901a8e commit b5178bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ondemand.osc.edu/apps/dashboard/views/widgets/_classroom.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="border rounded mx-auto">
<div class="border rounded mx-auto card">
<div class="card-header" >
<span class="lead">Looking for a classroom?</span>
</div>
<div class="card-body d-flex justify-content-center">
<a class="btn btn-primary" href="https://class.osc.edu">Go to class.osc.edu</a>
</div>
</div>
</div>

0 comments on commit b5178bc

Please sign in to comment.