From 2c23853b3e16ca80e8aad68145f9c710f2008675 Mon Sep 17 00:00:00 2001
From: siriwatknp
Date: Wed, 15 Sep 2021 10:10:05 +0700
Subject: [PATCH] update social preview images
---
docs/pages/core.tsx | 1 +
docs/pages/design-kits.tsx | 1 +
docs/pages/templates.tsx | 1 +
docs/pages/x.tsx | 1 +
docs/public/static/branding/card.jpeg | Bin 19301 -> 0 bytes
.../static/social-previews/core-preview.jpg | Bin 0 -> 26075 bytes
.../static/social-previews/default-preview.jpg | Bin 0 -> 24753 bytes
.../social-previews/designkits-preview.jpg | Bin 0 -> 22610 bytes
.../social-previews/templates-preview.jpg | Bin 0 -> 23389 bytes
.../public/static/social-previews/x-preview.jpg | Bin 0 -> 24544 bytes
docs/src/modules/components/Head.js | 13 ++++++++-----
11 files changed, 12 insertions(+), 5 deletions(-)
delete mode 100644 docs/public/static/branding/card.jpeg
create mode 100644 docs/public/static/social-previews/core-preview.jpg
create mode 100644 docs/public/static/social-previews/default-preview.jpg
create mode 100644 docs/public/static/social-previews/designkits-preview.jpg
create mode 100644 docs/public/static/social-previews/templates-preview.jpg
create mode 100644 docs/public/static/social-previews/x-preview.jpg
diff --git a/docs/pages/core.tsx b/docs/pages/core.tsx
index 2aab69c8c31ab6..9eb2d1fd8e994f 100644
--- a/docs/pages/core.tsx
+++ b/docs/pages/core.tsx
@@ -17,6 +17,7 @@ export default function Home() {
diff --git a/docs/pages/design-kits.tsx b/docs/pages/design-kits.tsx
index 3ab13ada89444c..cba93e46409ddc 100644
--- a/docs/pages/design-kits.tsx
+++ b/docs/pages/design-kits.tsx
@@ -17,6 +17,7 @@ export default function DesignKits() {