mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
update: functions on free plan.
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<span
|
||||
>1 Database, 1 Bucket, 3 Functions per
|
||||
>1 Database, 1 Bucket, 5 Functions per
|
||||
project</span
|
||||
>
|
||||
</li>
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
import { browser } from '$app/environment';
|
||||
import { Tabs } from '$lib/UI';
|
||||
import { visible } from '$lib/actions/visible';
|
||||
import { isHeaderHidden } from '$lib/layouts/Main.svelte';
|
||||
import { getScrollDir } from '$lib/utils/getScrollDir';
|
||||
import { createAccordion, melt } from '@melt-ui/svelte';
|
||||
import { writable } from 'svelte/store';
|
||||
@@ -244,7 +243,7 @@
|
||||
rows: [
|
||||
{
|
||||
title: 'Functions',
|
||||
free: '3 per project',
|
||||
free: '5 per project',
|
||||
pro: 'Unlimited',
|
||||
scale: 'Unlimited',
|
||||
enterprise: 'Unlimited'
|
||||
|
||||
Reference in New Issue
Block a user