Skip to content

Commit

Permalink
Refactor links to include GitHub icons
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed May 31, 2024
1 parent 669315e commit 207115e
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,35 @@
<f7-block>
<h3>Credits ❤️</h3>
<p>
Glyph data sourced from
<f7-link href="https://github.com/OpenJelly/Open-Jellycore"
external
target="_blank">
github.com/OpenJelly/Open-Jellycore
</f7-link>
Glyphs data
</p>
<f7-link href="https://github.com/OpenJelly/Open-Jellycore"
external
icon-f7="logo_github"
target="_blank">
&nbsp;
Open-Jellycore
</f7-link>
<p>
Icons rendered using
<f7-link href="https://github.com/atnbueno/shortcut-icons"
external
target="_blank">
github.com/atnbueno/shortcut-icons
</f7-link>
Icons rendering
</p>
<f7-link href="https://github.com/atnbueno/shortcut-icons"
external
icon-f7="logo_github"
target="_blank">
&nbsp;
shortcut-icons
</f7-link>
</f7-block>
<f7-list dividers>
<f7-list-item v-for="credit in githubCredits"
:link="'https://github.com/'+credit"
target="_blank"
:style="'color:'+blue"
target="_blank"
external>
<template #media>
<f7-icon f7="logo_github"></f7-icon>
</template>
@{{ credit }}
</f7-list-item>
</f7-list>
Expand Down

0 comments on commit 207115e

Please sign in to comment.