Skip to content

Commit

Permalink
Merge pull request #261 from Exifly/main
Browse files Browse the repository at this point in the history
v2.2.1
  • Loading branch information
gdjohn4s authored Sep 13, 2023
2 parents a1f03f2 + 89f8eea commit 44549e2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

![screenshot](./assets/Hero.png)

<p align="center">
<a href="https://www.producthunt.com/posts/apivault?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-apivault" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=414441&theme=light" alt="Apivault - Your&#0032;gateway&#0032;to&#0032;a&#0032;world&#0032;of&#0032;public&#0032;APIs&#0046; | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
</p>

<p align="center">
<a href="https://github.com/Exifly/ApiVault/tree/release" alt="Stable">
<img src="https://img.shields.io/badge/stable-2.1.0-blue?style=for-the-badge" /></a>
Expand Down
12 changes: 12 additions & 0 deletions frontend/components/ProductHuntBadge.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<template>
<a
href="https://www.producthunt.com/posts/apivault?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-apivault"
target="_blank"
><img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=414441&theme=dark"
alt="Apivault - Your&#0032;gateway&#0032;to&#0032;a&#0032;world&#0032;of&#0032;public&#0032;APIs&#0046; | Product Hunt"
style="width: 250px; height: 54px"
width="250"
height="54"
/></a>
</template>
3 changes: 3 additions & 0 deletions frontend/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<div class="scrollbox">
<div class="sidebar-heading ms-4">MENU</div>
<ul class="list-unstyled ps-0 text-black mx-4" role="tablist">
<li class="mt-2 category-custom" role="tab">
<ProductHuntBadge />
</li>
<li class="sidebar-text-wrapper mt-2 category-custom" role="tab">
<NuxtLink
class="flex items-center gap-2 px-2"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-app",
"version": "2.2.0",
"version": "2.2.1",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit 44549e2

Please sign in to comment.