Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Sep 3, 2024
1 parent 2a6fbd1 commit 693ad6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,14 @@ onMounted(() => {
>Installation Guide</a
>
</li>
<li>
<a
href="https://psp.vanguardbackup.com"
target="_blank"
class="text-gray-400 hover:text-white transition-colors text-sm"
>Paid Support</a
>
</li>
</ul>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/views/Features.vue
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ import {
AmazonWebServicesIcon,
UbuntuIcon,
DebianIcon,
TelegramIcon,
} from 'vue3-simple-icons'
import forge from '../components/icons/forge.vue'
import ploi from '../components/icons/ploi.vue'
Expand Down Expand Up @@ -629,6 +630,7 @@ const notificationTypes = [
{ icon: DiscordIcon, name: 'Discord Webooks', color: 'text-[#5865F2]' },
{ icon: teams, name: 'Microsoft Teams Webooks', color: 'text-[#828aed]' },
{ icon: pushover, name: 'Pushover', color: 'text-[#828aed]' },
{ icon: TelegramIcon, name: 'Telegram', color: 'text-[#24A1DE]' },
]
const languageFeatures = ref([
Expand Down

0 comments on commit 693ad6d

Please sign in to comment.