updated profile layout

This commit was merged in pull request #66.
This commit is contained in:
victorAnumudu
2025-08-13 11:08:30 +01:00
parent 6421eb5b3e
commit f3ebb0a925
6 changed files with 89 additions and 26 deletions
@@ -1,11 +1,11 @@
import React from "react";
export default function UserFooter(){
export default function UserFooter({isProfileComplete=false}){
const year = new Date().getFullYear()
return <>
<footer className="footer">
<footer className={`${isProfileComplete && 'w-100'} footer`}>
<div className="row">
<div className="col-12 col-sm-6 text-center text-sm-left">
<p>&copy; Copyright {year}. All rights reserved.</p>