adjust icp

This commit is contained in:
DefectingCat
2023-07-11 09:26:03 +08:00
parent edd7812019
commit faa508fa5c

View File

@ -1,3 +1,4 @@
import clsx from 'clsx';
import { memo } from 'react';
import { FiGithub } from 'react-icons/fi';
@ -9,9 +10,15 @@ const Footer = () => {
<footer className="max-w-6xl px-4 mx-auto xl:px-0">
<div className="h-[2px] bg-slate-500"></div>
<div className="flex items-center justify-between py-4">
<div>&copy; {nowDay} Powered by Next.js 💙 xfy</div>
<div>
<div
className={clsx(
'flex items-center flex-col',
'justify-between py-4',
'lg:flex-row'
)}
>
<div className="mb-1">&copy; {nowDay} Powered by Next.js 💙 xfy</div>
<div className="mb-1">
<a
href="https://github.com/DefectingCat"
target="_blank"