fixed all instanced of changed PublicFooter name

This commit is contained in:
2025-12-17 12:36:00 -06:00
parent 5a46375212
commit bebbba1ece
15 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import { Link } from 'react-router-dom';
import { Button } from '../components/ui/button';
import PublicNavbar from '../components/PublicNavbar';
import PublicFooter from '../components/PublicFooter-kc';
import PublicFooter from '../components/PublicFooter';
import { ArrowDown } from 'lucide-react';
const BecomeMember = () => {