Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/components/HowDoesItWorkModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
Instead, we transform your password into a really, really long code and then, we send only the first five characters of that code to a server.
</p>
<h3>Carefully crafted by</h3>
<img
src="../images/Modus-Labs-Logo.svg"
class="modus-labs-logo"
alt="Modus Labs Logo"/>
<a href="https://labs.moduscreate.com">
<img
src="../images/Modus-Labs-Logo.svg"
class="modus-labs-logo"
alt="Modus Labs Logo"/>
</a>
</div>
</modal>
</template>
Expand Down