mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 15:30:14 +01:00
Fix typo
This commit is contained in:
parent
51e8d3eaf5
commit
b9db99e09b
@ -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>
|
# <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
|
## 🎪 Showcase
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ const Meta = ({
|
|||||||
<meta
|
<meta
|
||||||
name="og:description"
|
name="og:description"
|
||||||
content={
|
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`} />
|
<meta name="twitter:title" content={`${title} - Pingvin Share`} />
|
||||||
|
Loading…
Reference in New Issue
Block a user