diff --git a/resources/views/components/meta.edge b/resources/views/components/meta.edge index f5ea7e9..a28f08b 100644 --- a/resources/views/components/meta.edge +++ b/resources/views/components/meta.edge @@ -1,6 +1,5 @@ @assign(title = title ?? 'AdonisJS Packages') -@assign(description = description ?? 'Discover our list of packages to supercharge your AdonisJS project. Created by the -AdonisJS team and community.') +@assign(description = description ?? 'Discover our list of packages to supercharge your AdonisJS project. Created by the AdonisJS team and community.') @assign(image = image ?? '/preview.png')