-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Description
Refactor: Appwrite mispelled in the community page
//File location: src/routes/community/+page.svelte (79:88)
const projects: ProjectCardProps[] = [
{
title: 'Auth UI',
description: 'Appwirte-powered authentication screens generator for any application.',
image: {
src: 'https://cloud.appwrite.io/v1/storage/buckets/thumbnails/files/64803bb4f34eb4b05ee3/preview?width=800&output=webp&project=builtWithAppwrite',
alt: 'Auth UI: Fully customizable login flow for your applications'
},
href: 'https://builtwith.appwrite.io/projects/6467cedd4502d0e29205/'
},
// (...)As we can take a look in the code above (currently online), the description of the "Auth UI" community project has a misspell! Instead of "Appwrite-powered" we have "Appwirte-powered", which goes against Appwrite's own Asset Naming Polices.
Metadata
Metadata
Assignees
Labels
No labels