import { Column, Hr, Img, Link, Row, Section, Text, } from '@react-email/components'; import React from 'react'; const baseUrl = 'https://openpanel.dev'; export function Footer({ unsubscribeUrl }: { unsubscribeUrl?: string }) { return ( <>
An open-source alternative to Mixpanel
OpenPanel on Github OpenPanel on X OpenPanel on Discord Contact OpenPanel with email OpenPanel AB - Sankt Eriksgatan 100, 113 31, Stockholm, Sweden. {unsubscribeUrl && ( Notification preferences )}
); }