This commit is contained in:
J.P 2024-05-14 04:02:45 +02:00 committed by GitHub
commit 3744acdf03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15396 additions and 3 deletions

15390
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 693 B

Before After
Before After

View file

@ -1,6 +1,6 @@
<template>
<footer class="mt-10 w-full rounded-xl py-4 text-center children:(mx-3)">
<a aria-label="GitHub" href="https://github.com/TeamPiped/Piped" target="_blank">
<a aria-label="GitHub" href="https://github.com/ramackersjp/Piped" target="_blank">
<i class="i-fa6-brands:github" />
<span v-t="'actions.source_code'" class="ml-2" />
</a>
@ -8,7 +8,7 @@
<i class="i-fa6-solid:book" />
<span v-t="'actions.documentation'" class="ml-2" />
</a>
<a href="https://github.com/TeamPiped/Piped#donations" target="_blank">
<a href="https://github.com/ramackersjp/Piped#donations" target="_blank">
<i class="i-fa6-brands:bitcoin" />
<span v-t="'actions.donations'" class="ml-2" />
</a>

View file

@ -51,6 +51,9 @@ export default defineConfig({
short_name: "Piped",
background_color: "#000000",
theme_color: "#fa4b4b",
display: "minimal-ui",
id: "/",
start_url: "/",
icons: [
{ src: "./img/icons/android-chrome-192x192.png", sizes: "192x192", type: "image/png" },
{ src: "./img/icons/android-chrome-512x512.png", sizes: "512x512", type: "image/png" },