creation of Footer component
This commit is contained in:
@@ -2,7 +2,6 @@ import styles from "./Footer.module.css"
|
||||
import {Link} from "react-router";
|
||||
|
||||
function Footer(){
|
||||
|
||||
return (
|
||||
<footer className={`${styles.footer} ${"glassCard"}`} >
|
||||
<div className={styles.footerContent}>
|
||||
|
||||
Reference in New Issue
Block a user