-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from aksharahegde/project-addition
feat(app): added subtrakfy to projects and upgraded packages
- Loading branch information
Showing
6 changed files
with
33 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<template> | ||
<a | ||
href="https://subtrak.fyi?ref=aksharahegde.com" | ||
target="_blank" | ||
class="w-full" | ||
> | ||
<UAlert | ||
description="A free and minimal tool to track your subscriptions of any kind." | ||
:avatar="{ src: 'https://subtrak.fyi/icon.png' }" | ||
title="Subtrakfy is now live!" | ||
/> | ||
</a> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"url": "https://subtrak.fyi/", | ||
"thumbnail": "https://subtrak.fyi/icon.png", | ||
"thumbnailBg": "bg-gray-100", | ||
"thumbnailAlt": "subtrakfy landing page", | ||
"category": "Finance", | ||
"heading": "Subtrakfy", | ||
"description": "Track your subscriptions for free.", | ||
"status": "wip", | ||
"role": "Author" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters