-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
48 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 20 additions & 20 deletions
40
src/components/layouts/partials/BaseFooter/BaseFooter.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
<template> | ||
<footer> | ||
<div | ||
class="container flex flex-col items-center justify-center mx-auto p-5 text-sm text-center text-gray-700" | ||
> | ||
<p> | ||
made with <span class="text-red-600 text-md">❤</span> by | ||
<a href="https://github.com/begprod" class="underline">begprod</a> | ||
</p> | ||
<p> | ||
<a | ||
class="underline" | ||
href="https://github.com/begprod/todo.it#install-application-on-your-device" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
Install app on device instruction | ||
<span class="inline-block ml-2 -rotate-12 origin-center">→</span> | ||
</a> | ||
</p> | ||
</div> | ||
<footer | ||
class="container flex flex-col items-center justify-center mx-auto p-5 text-sm text-center text-gray-700" | ||
data-testid="footer" | ||
> | ||
<p data-testid="author-link"> | ||
made with <span class="text-red-600 text-md">❤</span> by | ||
<a href="https://github.com/begprod" class="underline">begprod</a> | ||
</p> | ||
<p> | ||
<a | ||
class="underline" | ||
href="https://github.com/begprod/todo.it#install-application-on-your-device" | ||
target="_blank" | ||
rel="noreferrer" | ||
data-testid="installation-link" | ||
> | ||
Install app on device instruction | ||
<span class="inline-block ml-2 -rotate-12 origin-center">→</span> | ||
</a> | ||
</p> | ||
</footer> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters