解决已知问题
This commit is contained in:
@@ -49,7 +49,7 @@ const DropdownUser = () => {
|
||||
className={`absolute right-0 mt-4 flex w-62.5 flex-col rounded-sm border border-stroke bg-white shadow-default dark:border-strokedark dark:bg-boxdark`}
|
||||
>
|
||||
<ul className="flex flex-col gap-5 border-b border-stroke px-6 py-7.5 dark:border-strokedark">
|
||||
<li>
|
||||
{/* <li>
|
||||
<Link
|
||||
to="/profile"
|
||||
className="flex items-center gap-3.5 text-sm font-medium duration-300 ease-in-out hover:text-primary lg:text-base"
|
||||
@@ -73,7 +73,7 @@ const DropdownUser = () => {
|
||||
</svg>
|
||||
我的资料
|
||||
</Link>
|
||||
</li>
|
||||
</li> */}
|
||||
|
||||
<li>
|
||||
<Link
|
||||
|
||||
@@ -9,7 +9,7 @@ const Home = () => {
|
||||
</Card>
|
||||
|
||||
<Card className='mt-2'>
|
||||
|
||||
暂时没有灵感,先空着
|
||||
</Card>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user