Skip to content

Commit

Permalink
Update OpenSource.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
thejessewinton committed Nov 27, 2024
1 parent 27a9eb9 commit 3b6caa5
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 3b6caa5

Please sign in to comment.