Skip to content

Commit

Permalink
fix: a little code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FarrelAD committed Nov 28, 2024
1 parent d665257 commit efce67f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/pages/student/tugas_akhir.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<?php include __DIR__ . '/../../components/student/topbar_student.php' ?>
<main class="container px-4" style="margin-top: 5rem;">
<div class="d-flex align-items-center">
<a href="/dashboard" style="text-decoration: none;">
<a href="/dashboard" style="text-decoration: none;">
<svg class="me-1" width="30" height="30" viewBox="0 0 30 30" fill="none"
xmlns="http://www.w3.org/2000/svg">
Expand Down Expand Up @@ -49,8 +48,6 @@
<div class="d-flex justify-content-end">
<input type="button" value="Kirim" id="submitBtn" class="text-white mt-3"
style="background-color:#052C65 ;">
<input type="button" value="Kirim" id="submitBtn" class="text-white mt-3"
style="background-color:#052C65 ;">
</div>
</main>
</div>
Expand Down

0 comments on commit efce67f

Please sign in to comment.