diff --git a/public/assets/fonts/PPEditorialNew-Regular.otf b/public/assets/fonts/PPEditorialNew-Regular.otf deleted file mode 100644 index 778c902..0000000 Binary files a/public/assets/fonts/PPEditorialNew-Regular.otf and /dev/null differ diff --git a/public/assets/fonts/PPEditorialNew-RegularItalic.otf b/public/assets/fonts/PPEditorialNew-RegularItalic.otf deleted file mode 100644 index d20c33a..0000000 Binary files a/public/assets/fonts/PPEditorialNew-RegularItalic.otf and /dev/null differ diff --git a/public/assets/fonts/PPEditorialNew-Ultrabold.otf b/public/assets/fonts/PPEditorialNew-Ultrabold.otf deleted file mode 100644 index 507b091..0000000 Binary files a/public/assets/fonts/PPEditorialNew-Ultrabold.otf and /dev/null differ diff --git a/public/assets/fonts/PPEditorialNew-UltraboldItalic.otf b/public/assets/fonts/PPEditorialNew-UltraboldItalic.otf deleted file mode 100644 index 58282cc..0000000 Binary files a/public/assets/fonts/PPEditorialNew-UltraboldItalic.otf and /dev/null differ diff --git a/public/assets/fonts/PPEditorialNew-Ultralight.otf b/public/assets/fonts/PPEditorialNew-Ultralight.otf deleted file mode 100644 index 59addeb..0000000 Binary files a/public/assets/fonts/PPEditorialNew-Ultralight.otf and /dev/null differ diff --git a/public/assets/fonts/PPEditorialNew-UltralightItalic.otf b/public/assets/fonts/PPEditorialNew-UltralightItalic.otf deleted file mode 100644 index d3e636b..0000000 Binary files a/public/assets/fonts/PPEditorialNew-UltralightItalic.otf and /dev/null differ diff --git a/src/components/Blog/index.tsx b/src/components/Blog/index.tsx index d7ec025..31527c9 100644 --- a/src/components/Blog/index.tsx +++ b/src/components/Blog/index.tsx @@ -26,10 +26,11 @@ const Blog = () => { .map((post: BlogPostsThumbnail, i: number) => { return ( -
{format(String(post.date), "MMMM do, yyyy")}
diff --git a/src/components/ShimmerButton/index.tsx b/src/components/ShimmerButton/index.tsx new file mode 100644 index 0000000..6b4f652 --- /dev/null +++ b/src/components/ShimmerButton/index.tsx @@ -0,0 +1,96 @@ +import React, { CSSProperties } from "react"; + +import { twMerge } from "tailwind-merge"; + +export interface ShimmerButtonProps + extends React.ButtonHTMLAttributesJoin our Discord