Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak footer #3

Merged
merged 1 commit into from
Sep 30, 2022
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
14 changes: 7 additions & 7 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<footer class="footer">
<div class="content has-text-centered has-text-white">
<p>
Daunroda by
<a @click="open('https://github.com/alexthemaster')">Alex Kovacs</a>.
The source code is licensed under the
<a @click="open('https://choosealicense.com/licenses/mit/')">MIT</a>
license. This app's source code is available on
Daunroda {{ version }} by
<a @click="open('https://github.com/alexthemaster')">Alex Kovacs</a>
<br />
This app's source code is available on
<a @click="open('https://github.com/daunroda/daunroda-app')">
<font-awesome-icon icon="fa-brands fa-github" />
GitHub
</a>
<br />
{{ version }}
and is licensed under
<a @click="open('https://choosealicense.com/licenses/mit/')">MIT</a>
license.
</p>
<a @click="open('https://bulma.io')">
<img
Expand Down