|
@@ -43,6 +43,8 @@ const StyledSupportButton = styled.a`
|
|
`;
|
|
`;
|
|
|
|
|
|
export const SupportButton = () => {
|
|
export const SupportButton = () => {
|
|
|
|
+ if (location.pathname.includes("widget")) return null;
|
|
|
|
+
|
|
return (
|
|
return (
|
|
<StyledSupportButton
|
|
<StyledSupportButton
|
|
href="https://github.com/sponsors/AykutSarac"
|
|
href="https://github.com/sponsors/AykutSarac"
|