Browse Source

typo: power to powered (#597)

Co-authored-by: John Niang <johnniang@fastmail.com>
Co-authored-by: Ryan Wang <i@ryanc.cc>
pull/598/head
Kent Liao 2 years ago committed by GitHub
parent
commit
8d14792688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/GlobalFooter/GlobalFooter.vue

2
src/components/GlobalFooter/GlobalFooter.vue

@ -1,7 +1,7 @@
<template>
<div class="footer text-center" style="padding: 0 16px; margin: 48px 0 0">
<div class="copyright" style="color: rgba(0, 0, 0, 0.45); font-size: 14px">
Proudly power by
Powered by
<router-link :to="{ name: 'About' }"> Halo </router-link>
</div>
</div>

Loading…
Cancel
Save