mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
adjust icp
This commit is contained in:
@ -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>© {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">© {nowDay} Powered by Next.js 💙 xfy</div>
|
||||
<div className="mb-1">
|
||||
<a
|
||||
href="https://github.com/DefectingCat"
|
||||
target="_blank"
|
||||
|
Reference in New Issue
Block a user