converting all parts to glassmorphism
This commit is contained in:
@@ -3,7 +3,7 @@ import React from "react";
|
||||
const Footer = () => {
|
||||
return (
|
||||
<>
|
||||
<footer className="bg-white dark:bg-gray-900">
|
||||
<footer className=" dark:bg-gray-900">
|
||||
<div className="mx-auto w-full max-w-screen-xl p-4 py-6 lg:py-8">
|
||||
<div className="md:flex md:justify-between">
|
||||
<div className="mb-6 md:mb-0">
|
||||
|
||||
Reference in New Issue
Block a user