mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
adjust icp
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
import clsx from 'clsx';
|
||||||
import { memo } from 'react';
|
import { memo } from 'react';
|
||||||
import { FiGithub } from 'react-icons/fi';
|
import { FiGithub } from 'react-icons/fi';
|
||||||
|
|
||||||
@ -9,9 +10,15 @@ const Footer = () => {
|
|||||||
<footer className="max-w-6xl px-4 mx-auto xl:px-0">
|
<footer className="max-w-6xl px-4 mx-auto xl:px-0">
|
||||||
<div className="h-[2px] bg-slate-500"></div>
|
<div className="h-[2px] bg-slate-500"></div>
|
||||||
|
|
||||||
<div className="flex items-center justify-between py-4">
|
<div
|
||||||
<div>© {nowDay} Powered by Next.js 💙 xfy</div>
|
className={clsx(
|
||||||
<div>
|
'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
|
<a
|
||||||
href="https://github.com/DefectingCat"
|
href="https://github.com/DefectingCat"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
Reference in New Issue
Block a user