Commit 5fc0d451 by Muhammad Usman

links fixed

parent 8bba7f98
Pipeline #563 failed with stage
in 0 seconds
......@@ -26,12 +26,12 @@ get_header();
<div class="row">
<div class="col-sm-6">
<div class="text-center">
<button type="submit" class="learning-home-button">Back to e-learning home</button>
<button type="submit" class="learning-home-button" onclick="window.location = '/lms'">Back to e-learning home</button>
</div>
</div>
<div class="col-sm-6">
<div class="text-center">
<button type="submit" class="apex-home-button">Back to apex home</button>
<button type="submit" class="apex-home-button" onclick="window.location = '/'">Back to apex home</button>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment