fix: update old references to next.useplunk.com
This commit is contained in:
@@ -6,7 +6,7 @@ interface FooterProps {
|
||||
landingUrl?: string;
|
||||
}
|
||||
|
||||
export function Footer({projectId, landingUrl = 'https://next.useplunk.com'}: FooterProps) {
|
||||
export function Footer({projectId, landingUrl = 'https://www.useplunk.com'}: FooterProps) {
|
||||
return (
|
||||
<Section className="border-t border-gray-100 bg-gray-50 px-8 py-8">
|
||||
<Text className="mb-4 mt-0 text-center text-xs leading-relaxed text-gray-600">
|
||||
|
||||
Reference in New Issue
Block a user