diff --git a/playwright.config.ts b/playwright.config.ts index 2b7c941e4c..3f39d87611 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -12,7 +12,7 @@ const config: PlaywrightTestConfig = { webServer: { timeout: 120000, env: { - PUBLIC_APPWRITE_ENDPOINT: 'https://console-testing.appwrite.org/v1', + PUBLIC_APPWRITE_ENDPOINT: 'https://console-testing-2.appwrite.org/v1', PUBLIC_CONSOLE_MODE: 'cloud', PUBLIC_STRIPE_KEY: 'pk_test_51LT5nsGYD1ySxNCyd7b304wPD8Y1XKKWR6hqo6cu3GIRwgvcVNzoZv4vKt5DfYXL1gRGw4JOqE19afwkJYJq1g3K004eVfpdWn' diff --git a/src/lib/components/code.svelte b/src/lib/components/code.svelte index 5a358d548d..5b818a7b8a 100644 --- a/src/lib/components/code.svelte +++ b/src/lib/components/code.svelte @@ -32,6 +32,9 @@ export let noBoxPadding = false; export let allowScroll = false; + let classes = ''; + export { classes as class }; + Prism.plugins.customClass.prefix('prism-'); afterUpdate(async () => { @@ -39,7 +42,10 @@ }); -
+
{#if label} diff --git a/src/lib/components/dropListLink.svelte b/src/lib/components/dropListLink.svelte index 0267a21d05..a2ef47b999 100644 --- a/src/lib/components/dropListLink.svelte +++ b/src/lib/components/dropListLink.svelte @@ -6,6 +6,7 @@ export let disabled = false; export let external = false; export let event: string = null; + export let iconStyle: string = ''; function track() { if (!event) { @@ -29,7 +30,7 @@ rel={external ? 'noopener noreferrer' : ''}> {#if icon} -