From d2c4eab77238391dde9767692760cba8464685b5 Mon Sep 17 00:00:00 2001
From: Greg <35093316+gskril@users.noreply.github.com>
Date: Thu, 8 Feb 2024 13:05:18 -0500
Subject: [PATCH] Add Warpcast share button to blog footer (#61)
---
blog/public/icons/warpcast.svg | 12 ++++++++++++
blog/src/components/post/PostFooter.tsx | 13 +++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 blog/public/icons/warpcast.svg
diff --git a/blog/public/icons/warpcast.svg b/blog/public/icons/warpcast.svg
new file mode 100644
index 0000000..5df4592
--- /dev/null
+++ b/blog/public/icons/warpcast.svg
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/blog/src/components/post/PostFooter.tsx b/blog/src/components/post/PostFooter.tsx
index 293ccbe..b0dd442 100644
--- a/blog/src/components/post/PostFooter.tsx
+++ b/blog/src/components/post/PostFooter.tsx
@@ -5,6 +5,7 @@ import { FaFacebookF, FaLinkedin } from 'react-icons/fa';
import { BlogPostMetadata } from '@/types/BlogPostMetadata';
+import warpcastLogo from '../../../public/icons/warpcast.svg';
import xLogo from '../../../public/icons/x.svg';
import { Author } from '../Author';
import { BigTag } from '../tags/BigTag';
@@ -31,6 +32,18 @@ export const PostFooter = ({ post }: { post: BlogPostMetadata }) => {
>
+
+
+