Skip to content

Commit

Permalink
💬 Add about section
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 14, 2024
1 parent 95d6bed commit 6aa9977
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@
to help catch typing mistakes. By using a special method to decide which letters should be capitalized, it makes
errors more obvious and helps ensure transactions go to the correct address.</p>
</section>
<section>
<h2>Source, Issues and Development</h2>
<p>Explore the <a href="https://github.com/williamchong/bech32-web-converter">GitHub repository</a> to view the source
code, contribute to pull requests and issues.</p>
</section>
<section>
<h2>About me</h2>
<p>Visit <a href="https://blog.williamchong.cloud">my blog</a> for more developer tips and stories.</p>
</section>
</div>
</template>
<script setup lang="ts">
Expand Down

0 comments on commit 6aa9977

Please sign in to comment.