Skip to content

Commit 44549e2

Browse files
author
gdjohn4s
authored
Merge pull request #261 from Exifly/main
v2.2.1
2 parents a1f03f2 + 89f8eea commit 44549e2

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

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

9+
<p align="center">
10+
<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>
11+
</p>
12+
913
<p align="center">
1014
<a href="https://github.com/Exifly/ApiVault/tree/release" alt="Stable">
1115
<img src="https://img.shields.io/badge/stable-2.1.0-blue?style=for-the-badge" /></a>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<template>
2+
<a
3+
href="https://www.producthunt.com/posts/apivault?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-apivault"
4+
target="_blank"
5+
><img
6+
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=414441&theme=dark"
7+
alt="Apivault - Your&#0032;gateway&#0032;to&#0032;a&#0032;world&#0032;of&#0032;public&#0032;APIs&#0046; | Product Hunt"
8+
style="width: 250px; height: 54px"
9+
width="250"
10+
height="54"
11+
/></a>
12+
</template>

frontend/components/Sidebar.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<div class="scrollbox">
44
<div class="sidebar-heading ms-4">MENU</div>
55
<ul class="list-unstyled ps-0 text-black mx-4" role="tablist">
6+
<li class="mt-2 category-custom" role="tab">
7+
<ProductHuntBadge />
8+
</li>
69
<li class="sidebar-text-wrapper mt-2 category-custom" role="tab">
710
<NuxtLink
811
class="flex items-center gap-2 px-2"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-app",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"private": true,
55
"scripts": {
66
"build": "nuxt build",

0 commit comments

Comments
 (0)