Skip to content

Commit 3ec97de

Browse files
committed
nitpicks
1 parent 9d0f434 commit 3ec97de

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

src/pages/get-supporter-edition.astro

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const metadata = {
5252
description: 'Unlimited albums.',
5353
},
5454
{
55-
description: 'Unlimited photos upload.',
55+
description: 'Unlimited photo upload.',
5656
},
5757
{
5858
description: '',
@@ -70,15 +70,6 @@ const metadata = {
7070
price: 5,
7171
period: 'Per Month',
7272
items: [
73-
// {
74-
// description: 'Unlimited users.',
75-
// },
76-
// {
77-
// description: 'Unlimited albums.',
78-
// },
79-
// {
80-
// description: 'Unlimited photos upload.',
81-
// },
8273
{
8374
description: 'Same features as the Free Edition.',
8475
classes: { icon: 'bg-green-700 rounded-full text-white' }
@@ -146,7 +137,7 @@ const metadata = {
146137
isV6: true,
147138
},
148139
{
149-
feature: 'Unlimited photos upload',
140+
feature: 'Unlimited photo upload',
150141
available: [true, true],
151142
},
152143
{
@@ -208,7 +199,7 @@ const metadata = {
208199
available: [false, true],
209200
},
210201
{
211-
feature: 'Statistics (download,share, etc.)',
202+
feature: 'Statistics (download, share, etc.)',
212203
available: [false, true],
213204
},
214205
{
@@ -253,7 +244,7 @@ const metadata = {
253244
available: [false, true],
254245
},
255246
{
256-
feature: 'Statistics (download,share, etc.)',
247+
feature: 'Statistics (download, share, etc.)',
257248
available: [false, true],
258249
},
259250

0 commit comments

Comments
 (0)