Skip to content

Commit

Permalink
Merge pull request #1529 from appwrite/storage-page-copy
Browse files Browse the repository at this point in the history
Update OpenSource.svelte
  • Loading branch information
thejessewinton authored Nov 27, 2024
2 parents 27a9eb9 + 3b6caa5 commit 012579b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/products/storage/(components)/OpenSource.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
const items = [
{
title: 'Join the community and share knowledge',
content: 'Lorem ipsum dolor sit amet.',
title: 'Join the community',
content: 'Get on the go support from a very active and welcoming community.',
icon: '/images/icons/gradients/community.svg'
},
{
title: 'Self-host or go Cloud',
content: 'Lorem ipsum dolor sit amet consectetur. Nullam ligula blandit.',
content: 'Build the way you want. Pick between self hosting or cloud.',
icon: '/images/icons/gradients/self-hosted.svg'
},
{
title: 'No vendor lock-in',
content: 'Lorem ipsum dolor sit amet consectetur. Nullam ligula blandit.',
content: 'You own your data and can easily move to and from Appwrite.',
icon: '/images/icons/gradients/lock.svg'
}
];
Expand Down

0 comments on commit 012579b

Please sign in to comment.