Fix designed by bug

This commit is contained in:
TheMaddax 2024-10-19 13:16:45 -06:00
parent 996a27d9fe
commit da626f5478

View file

@ -191,8 +191,6 @@ const Footer: React.FC = () => {
</form> </form>
</div> </div>
</div> </div>
</div>
</div>
<div className="w-full text-center mt-8 text-sm"> <div className="w-full text-center mt-8 text-sm">
<p> <p>
Designed by{' '} Designed by{' '}
@ -211,4 +209,4 @@ const Footer: React.FC = () => {
); );
}; };
export default Footer; export default Footer;