Skip to content

Commit

Permalink
Merge pull request #20 from RealEskalate/sami.eligiblity
Browse files Browse the repository at this point in the history
sami.fix: changing the circle icon to right side arrow
  • Loading branch information
samuel161415 authored Jul 2, 2024
2 parents d823bdd + 77d4018 commit f58ff51
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dist/hacks-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
<div class="square" id="sq9"></div>
</div>
</app-root>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.ca0382e1ab6cf5f7.js" type="module"></script><script src="scripts.0e5b01af3f8fe401.js" defer></script><script src="vendor.6fe0bbdfb751e2a1.js" type="module"></script><script src="main.2b9a9b89efdfa74f.js" type="module"></script></body>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.ca0382e1ab6cf5f7.js" type="module"></script><script src="scripts.0e5b01af3f8fe401.js" defer></script><script src="vendor.6fe0bbdfb751e2a1.js" type="module"></script><script src="main.6a102c159e089584.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

19 changes: 8 additions & 11 deletions src/app/pages/eligibility/eligibility.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,19 @@
<div class="flex items-start py-2">
<div class="flex-none w-8 h-8 mr-5">
<svg
*ngIf="criterion.answered === null && i <= currentQuestionIndex "
*ngIf="
criterion.answered === null && i <= currentQuestionIndex
"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
fill="none"
stroke="currentColor"
stroke-width="2"
class="w-full h-full text-gray-400"
>
<circle
cx="12"
cy="12"
r="10"
stroke="currentColor"
stroke-width="2"
fill="none"
/>
<path d="M5 12h14M12 5l7 7-7 7" />
</svg>

<svg
*ngIf="criterion.answered === true"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -174,6 +172,5 @@
</button>
</div>
</div>

</div>
</section>

0 comments on commit f58ff51

Please sign in to comment.