Skip to content

Commit ef2cb40

Browse files
committed
prettier
1 parent feb67bc commit ef2cb40

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/routes/products/sites/(components)/features.svelte

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,20 @@
77
{
88
icon: DDOS,
99
label: 'DDOS Protection',
10-
description: 'Automatically detect and mitigate Distributed Denial-of-Service (DDoS) attacks to ensure your app stays online and responsive, even under attacks.'
10+
description:
11+
'Automatically detect and mitigate Distributed Denial-of-Service (DDoS) attacks to ensure your app stays online and responsive, even under attacks.'
1112
},
1213
{
1314
icon: SSR,
1415
label: 'Server-side rendering',
15-
description: 'Deliver dynamic content faster and improve SEO with built-in support for server-side rendering (SSR) in your apps.'
16+
description:
17+
'Deliver dynamic content faster and improve SEO with built-in support for server-side rendering (SSR) in your apps.'
1618
},
1719
{
1820
icon: Domains,
1921
label: 'Custom domains',
20-
description: 'Easily connect your own domain name to your Appwrite project, site, or function for a fully branded experience.'
22+
description:
23+
'Easily connect your own domain name to your Appwrite project, site, or function for a fully branded experience.'
2124
}
2225
];
2326
</script>

0 commit comments

Comments
 (0)