Skip to content

Commit

Permalink
fix(docs): Fixed some characters not being displayed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Nov 25, 2023
1 parent 34c349b commit 13b7e75
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/components/Page/PageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { siteMeta } from '~/meta'
<ski-container class="pt-4 pb-4 text-center" fluid>
<p>
<a :href="`https://github.com/${siteMeta.github}`">Github</a>
&#128900; <a :href="`https://pub.dev/packages/${siteMeta.pubDev}`">pub.dev</a>
&#128900; <a :href="`https://paypal.me/${siteMeta.paypal}`">Donate</a>
<ski-icon class="circle" icon="circle-fill" /><a :href="`https://pub.dev/packages/${siteMeta.pubDev}`">pub.dev</a>
<ski-icon class="circle" icon="circle-fill" /><a :href="`https://paypal.me/${siteMeta.paypal}`">Donate</a>
</p>
<p>
<small>
Expand Down Expand Up @@ -38,6 +38,12 @@ import { siteMeta } from '~/meta'
</template>

<style lang="scss" scoped>
.circle {
font-size: 3px;
vertical-align: middle;
margin: 0 6px;
}
.icons {
padding-left: 0;
margin-bottom: 0;
Expand Down

0 comments on commit 13b7e75

Please sign in to comment.