From 48e5fcc5c96551c98650109717e230b634347cdc Mon Sep 17 00:00:00 2001
From: 2nofa11 <47783146+2nofa11@users.noreply.github.com>
Date: Sun, 15 Sep 2024 18:31:24 +0900
Subject: [PATCH] fix(metaPixel): use meta logo instead of facebook logo (#264)
---
src/registry.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/registry.ts b/src/registry.ts
index ecc4d94d..16ebea4d 100644
--- a/src/registry.ts
+++ b/src/registry.ts
@@ -77,7 +77,7 @@ export const registry: (resolve?: (s: string) => string) => RegistryScripts = (r
label: 'Meta Pixel',
src: 'https://connect.facebook.net/en_US/fbevents.js',
category: 'tracking',
- logo: ``,
+ logo: ``,
import: {
name: 'useScriptMetaPixel',
from: resolve('./runtime/registry/meta-pixel'),