1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-09-30 16:40:11 +02:00
This commit is contained in:
Elias Schneider 2022-05-12 16:13:16 +02:00
parent 51e8d3eaf5
commit b9db99e09b
No known key found for this signature in database
GPG Key ID: D5EC1C72D93244FD
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# <div align="center"><img src="https://user-images.githubusercontent.com/58886915/166198400-c2134044-1198-4647-a8b6-da9c4a204c68.svg" width="40"/> </br>Pingvin Share</div>
Pingvin Share is a selfhosted file sharing plattform made for the [Appwrite Hackathon](https://dev.to/devteam/announcing-the-appwrite-hackathon-on-dev-1oc0).
Pingvin Share is a self-hosted file sharing platform made for the [Appwrite Hackathon](https://dev.to/devteam/announcing-the-appwrite-hackathon-on-dev-1oc0).
## 🎪 Showcase

View File

@ -15,7 +15,7 @@ const Meta = ({
<meta
name="og:description"
content={
description ?? "An open-source and selfhosted sharing platform."
description ?? "An open-source and self-hosted sharing platform."
}
/>
<meta name="twitter:title" content={`${title} - Pingvin Share`} />